Html Css Color HEX #3A874D Amazon

📋 copy color: '#3A874D'

red 58 ◦ green 135 ◦ blue 77

#3A874D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amazon #3A874D

Tints of Amazon #3A874D

RGB

 RED value IS 58 (23.05% from 255) = 21.48%

 GREEN value IS 135 (53.13% from 255) = 50%

 BLUE value IS 77 (30.47% from 255) = 28.52%

R = 21.48%
G = 50%
B = 28.52%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.43

 K value IS 0.47

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#3A874D (or 0x3A874D) is known color: Amazon. HEX triplet: 3A, 87 and 4D. RGB value is (58,135,77). Sum of RGB (Red+Green+Blue) = 58+135+77=270 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.48% from 270); Green value is 135 (53.12% from 255 or 50% from 270); Blue value is 77 (30.47% from 255 or 28.52% from 270); Max value from RGB is 135 - color contains mainly: green. Hex color #3A874D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A874D is #C578B2. Grayscale: #696969. Windows color (decimal): -12941491 or 5080890. OLE color: 5080890.

HSL color Cylindrical-coordinate representation of color #3A874D: hue angle of 134.81º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3A874D is Cyan = 0.57, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB 58 135 77 -
CMYK 0.57 0 0.43 0.47
HSL 134.81º 0.4% 0.38% -
HSV(B) 134.81º 0.57% 0.53% -
XYZ 11.75 18.76 10.02 -
YUV 105.37 111.99 94.22 -
System Red Green Blue C M Y K H S L
Decimal 58 135 77 0.57 0 0.43 0.47 134.81 0.4 0.38
Hex 3A 87 4D 39 0 2B 2F 87 28 26
Octal 72 207 115 71 0 53 57 207 50 46
Binary 111010 10000111 1001101 111001 0 101011 101111 10000111 101000 100110

Color Harmonies of #3A874D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A874D

Black with #3A874D

Text Example


Text Example

White with #3A874D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A874D; }

 p { color: rgb(58,135,77); }

 H1.HeaderClassName
 {
   color: #3A874D;
 }
 .AnyTagClassName
 {
   color: #3A874D;
 }
</style>

background-color css

<style>
 a { background-color: #3A874D; }

 a { background-color: rgb(58,135,77); }

 div.DivClassName
 {
   background-color: #3A874D;
 }
 .BgClassName
 {
   background-color: #3A874D;
 }
</style>

border-color css

<style>
 span { border-color: #3A874D; }

 span { border-color: rgb(58,135,77); }

 td.TdClassName
 {
   border-color: #3A874D;
 }
 .TagClassName
 {
   border-color: #3A874D;
 }
</style>