Html Css Color HEX #33724A Amazon

📋 copy color: '#33724A'

red 51 ◦ green 114 ◦ blue 74

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

Shades of Amazon #33724A

Tints of Amazon #33724A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 30.96%

R = 21.34%
G = 47.7%
B = 30.96%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.35

 K value IS 0.55

RGB Variations

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

Color information

#33724A (or 0x33724A) is known color: Amazon. HEX triplet: 33, 72 and 4A. RGB value is (51,114,74). Sum of RGB (Red+Green+Blue) = 51+114+74=239 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.34% from 239); Green value is 114 (44.92% from 255 or 47.70% from 239); Blue value is 74 (29.30% from 255 or 30.96% from 239); Max value from RGB is 114 - color contains mainly: green. Hex color #33724A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33724A is #CC8DB5. Grayscale: #5A5A5A. Windows color (decimal): -13405622 or 4878899. OLE color: 4878899.

HSL color Cylindrical-coordinate representation of color #33724A: hue angle of 141.9º 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 #33724A is Cyan = 0.55, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB 51 114 74 -
CMYK 0.55 0 0.35 0.55
HSL 141.9º 0.38% 0.32% -
HSV(B) 141.9º 0.55% 0.45% -
XYZ 8.62 13.23 8.58 -
YUV 90.6 118.63 99.75 -
System Red Green Blue C M Y K H S L
Decimal 51 114 74 0.55 0 0.35 0.55 141.9 0.38 0.32
Hex 33 72 4A 37 0 23 37 8E 26 20
Octal 63 162 112 67 0 43 67 216 46 40
Binary 110011 1110010 1001010 110111 0 100011 110111 10001110 100110 100000

Color Harmonies of #33724A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33724A

Black with #33724A

Text Example


Text Example

White with #33724A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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