Html Css Color HEX #32704B Amazon

📋 copy color: '#32704B'

red 50 ◦ green 112 ◦ blue 75

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

Shades of Amazon #32704B

Tints of Amazon #32704B

RGB

 RED value IS 50 (19.92% from 255) = 21.1%

 GREEN value IS 112 (44.14% from 255) = 47.26%

 BLUE value IS 75 (29.69% from 255) = 31.65%

R = 21.1%
G = 47.26%
B = 31.65%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#32704B (or 0x32704B) is known color: Amazon. HEX triplet: 32, 70 and 4B. RGB value is (50,112,75). Sum of RGB (Red+Green+Blue) = 50+112+75=237 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.10% from 237); Green value is 112 (44.14% from 255 or 47.26% from 237); Blue value is 75 (29.69% from 255 or 31.65% from 237); Max value from RGB is 112 - color contains mainly: green. Hex color #32704B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32704B is #CD8FB4. Grayscale: #595959. Windows color (decimal): -13471669 or 4943922. OLE color: 4943922.

HSL color Cylindrical-coordinate representation of color #32704B: hue angle of 144.19º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #32704B is Cyan = 0.55, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB 50 112 75 -
CMYK 0.55 0 0.33 0.56
HSL 144.19º 0.38% 0.32% -
HSV(B) 144.19º 0.55% 0.44% -
XYZ 8.38 12.77 8.68 -
YUV 89.24 119.96 100.01 -
System Red Green Blue C M Y K H S L
Decimal 50 112 75 0.55 0 0.33 0.56 144.19 0.38 0.32
Hex 32 70 4B 37 0 21 38 90 26 20
Octal 62 160 113 67 0 41 70 220 46 40
Binary 110010 1110000 1001011 110111 0 100001 111000 10010000 100110 100000

Color Harmonies of #32704B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32704B

Black with #32704B

Text Example


Text Example

White with #32704B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32704B; }

 p { color: rgb(50,112,75); }

 H1.HeaderClassName
 {
   color: #32704B;
 }
 .AnyTagClassName
 {
   color: #32704B;
 }
</style>

background-color css

<style>
 a { background-color: #32704B; }

 a { background-color: rgb(50,112,75); }

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

border-color css

<style>
 span { border-color: #32704B; }

 span { border-color: rgb(50,112,75); }

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