Html Css Color HEX #36784C Amazon

📋 copy color: '#36784C'

red 54 ◦ green 120 ◦ blue 76

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

Shades of Amazon #36784C

Tints of Amazon #36784C

RGB

 RED value IS 54 (21.48% from 255) = 21.6%

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

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

R = 21.6%
G = 48%
B = 30.4%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#36784C (or 0x36784C) is known color: Amazon. HEX triplet: 36, 78 and 4C. RGB value is (54,120,76). Sum of RGB (Red+Green+Blue) = 54+120+76=250 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.6% from 250); Green value is 120 (47.27% from 255 or 48% from 250); Blue value is 76 (30.08% from 255 or 30.4% from 250); Max value from RGB is 120 - color contains mainly: green. Hex color #36784C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36784C is #C987B3. Grayscale: #5F5F5F. Windows color (decimal): -13207476 or 5011510. OLE color: 5011510.

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

Color convert

RGB 54 120 76 -
CMYK 0.55 0 0.37 0.53
HSL 140º 0.38% 0.34% -
HSV(B) 140º 0.55% 0.47% -
XYZ 9.54 14.74 9.18 -
YUV 95.25 117.13 98.58 -
System Red Green Blue C M Y K H S L
Decimal 54 120 76 0.55 0 0.37 0.53 140 0.38 0.34
Hex 36 78 4C 37 0 25 35 8C 26 22
Octal 66 170 114 67 0 45 65 214 46 42
Binary 110110 1111000 1001100 110111 0 100101 110101 10001100 100110 100010

Color Harmonies of #36784C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36784C

Black with #36784C

Text Example


Text Example

White with #36784C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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