Html Css Color HEX #33764C Amazon

📋 copy color: '#33764C'

red 51 ◦ green 118 ◦ blue 76

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

Shades of Amazon #33764C

Tints of Amazon #33764C

RGB

 RED value IS 51 (20.31% from 255) = 20.82%

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

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

R = 20.82%
G = 48.16%
B = 31.02%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#33764C (or 0x33764C) is known color: Amazon. HEX triplet: 33, 76 and 4C. RGB value is (51,118,76). Sum of RGB (Red+Green+Blue) = 51+118+76=245 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.82% from 245); Green value is 118 (46.48% from 255 or 48.16% from 245); Blue value is 76 (30.08% from 255 or 31.02% from 245); Max value from RGB is 118 - color contains mainly: green. Hex color #33764C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33764C is #CC89B3. Grayscale: #5D5D5D. Windows color (decimal): -13404596 or 5010995. OLE color: 5010995.

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

Color convert

RGB 51 118 76 -
CMYK 0.57 0 0.36 0.54
HSL 142.39º 0.4% 0.33% -
HSV(B) 142.39º 0.57% 0.46% -
XYZ 9.15 14.18 9.09 -
YUV 93.18 118.3 97.92 -
System Red Green Blue C M Y K H S L
Decimal 51 118 76 0.57 0 0.36 0.54 142.39 0.4 0.33
Hex 33 76 4C 39 0 24 36 8E 28 21
Octal 63 166 114 71 0 44 66 216 50 41
Binary 110011 1110110 1001100 111001 0 100100 110110 10001110 101000 100001

Color Harmonies of #33764C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33764C

Black with #33764C

Text Example


Text Example

White with #33764C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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