Html Css Color HEX #33784C Amazon

📋 copy color: '#33784C'

red 51 ◦ green 120 ◦ blue 76

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

Shades of Amazon #33784C

Tints of Amazon #33784C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 48.58%

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

R = 20.65%
G = 48.58%
B = 30.77%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#33784C (or 0x33784C) is known color: Amazon. HEX triplet: 33, 78 and 4C. RGB value is (51,120,76). Sum of RGB (Red+Green+Blue) = 51+120+76=247 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.65% from 247); Green value is 120 (47.27% from 255 or 48.58% from 247); Blue value is 76 (30.08% from 255 or 30.77% from 247); Max value from RGB is 120 - color contains mainly: green. Hex color #33784C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33784C is #CC87B3. Grayscale: #5E5E5E. Windows color (decimal): -13404084 or 5011507. OLE color: 5011507.

HSL color Cylindrical-coordinate representation of color #33784C: hue angle of 141.74º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #33784C is Cyan = 0.58, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB 51 120 76 -
CMYK 0.58 0 0.37 0.53
HSL 141.74º 0.4% 0.34% -
HSV(B) 141.74º 0.58% 0.47% -
XYZ 9.39 14.66 9.17 -
YUV 94.35 117.64 97.08 -
System Red Green Blue C M Y K H S L
Decimal 51 120 76 0.58 0 0.37 0.53 141.74 0.4 0.34
Hex 33 78 4C 3A 0 25 35 8E 28 22
Octal 63 170 114 72 0 45 65 216 50 42
Binary 110011 1111000 1001100 111010 0 100101 110101 10001110 101000 100010

Color Harmonies of #33784C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33784C

Black with #33784C

Text Example


Text Example

White with #33784C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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