Html Css Color HEX #33724C Amazon

📋 copy color: '#33724C'

red 51 ◦ green 114 ◦ blue 76

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

Shades of Amazon #33724C

Tints of Amazon #33724C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 47.3%

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

R = 21.16%
G = 47.3%
B = 31.54%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.33

 K value IS 0.55

RGB Variations

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

Color information

#33724C (or 0x33724C) is known color: Amazon. HEX triplet: 33, 72 and 4C. RGB value is (51,114,76). Sum of RGB (Red+Green+Blue) = 51+114+76=241 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.16% from 241); Green value is 114 (44.92% from 255 or 47.30% from 241); Blue value is 76 (30.08% from 255 or 31.54% from 241); Max value from RGB is 114 - color contains mainly: green. Hex color #33724C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33724C is #CC8DB3. Grayscale: #5A5A5A. Windows color (decimal): -13405620 or 5009971. OLE color: 5009971.

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

Color convert

RGB 51 114 76 -
CMYK 0.55 0 0.33 0.55
HSL 143.81º 0.38% 0.32% -
HSV(B) 143.81º 0.55% 0.45% -
XYZ 8.69 13.26 8.94 -
YUV 90.83 119.63 99.59 -
System Red Green Blue C M Y K H S L
Decimal 51 114 76 0.55 0 0.33 0.55 143.81 0.38 0.32
Hex 33 72 4C 37 0 21 37 90 26 20
Octal 63 162 114 67 0 41 67 220 46 40
Binary 110011 1110010 1001100 110111 0 100001 110111 10010000 100110 100000

Color Harmonies of #33724C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33724C

Black with #33724C

Text Example


Text Example

White with #33724C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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