Html Css Color HEX #32764C Amazon

📋 copy color: '#32764C'

red 50 ◦ green 118 ◦ blue 76

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

Shades of Amazon #32764C

Tints of Amazon #32764C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 48.36%

 BLUE value IS 76 (30.08% from 255) = 31.15%

R = 20.49%
G = 48.36%
B = 31.15%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#32764C (or 0x32764C) is known color: Amazon. HEX triplet: 32, 76 and 4C. RGB value is (50,118,76). Sum of RGB (Red+Green+Blue) = 50+118+76=244 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.49% from 244); Green value is 118 (46.48% from 255 or 48.36% from 244); Blue value is 76 (30.08% from 255 or 31.15% from 244); Max value from RGB is 118 - color contains mainly: green. Hex color #32764C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32764C is #CD89B3. Grayscale: #5C5C5C. Windows color (decimal): -13470132 or 5010994. OLE color: 5010994.

HSL color Cylindrical-coordinate representation of color #32764C: hue angle of 142.94º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #32764C is Cyan = 0.58, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB 50 118 76 -
CMYK 0.58 0 0.36 0.54
HSL 142.94º 0.4% 0.33% -
HSV(B) 142.94º 0.58% 0.46% -
XYZ 9.1 14.16 9.09 -
YUV 92.88 118.47 97.42 -
System Red Green Blue C M Y K H S L
Decimal 50 118 76 0.58 0 0.36 0.54 142.94 0.4 0.33
Hex 32 76 4C 3A 0 24 36 8F 28 21
Octal 62 166 114 72 0 44 66 217 50 41
Binary 110010 1110110 1001100 111010 0 100100 110110 10001111 101000 100001

Color Harmonies of #32764C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32764C

Black with #32764C

Text Example


Text Example

White with #32764C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32764C; }

 p { color: rgb(50,118,76); }

 H1.HeaderClassName
 {
   color: #32764C;
 }
 .AnyTagClassName
 {
   color: #32764C;
 }
</style>

background-color css

<style>
 a { background-color: #32764C; }

 a { background-color: rgb(50,118,76); }

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

border-color css

<style>
 span { border-color: #32764C; }

 span { border-color: rgb(50,118,76); }

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