Html Css Color HEX #36884C Amazon

📋 copy color: '#36884C'

red 54 ◦ green 136 ◦ blue 76

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

Shades of Amazon #36884C

Tints of Amazon #36884C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 51.13%

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

R = 20.3%
G = 51.13%
B = 28.57%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.44

 K value IS 0.47

RGB Variations

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

Color information

#36884C (or 0x36884C) is known color: Amazon. HEX triplet: 36, 88 and 4C. RGB value is (54,136,76). Sum of RGB (Red+Green+Blue) = 54+136+76=266 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.30% from 266); Green value is 136 (53.52% from 255 or 51.13% from 266); Blue value is 76 (30.08% from 255 or 28.57% from 266); Max value from RGB is 136 - color contains mainly: green. Hex color #36884C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36884C is #C977B3. Grayscale: #686868. Windows color (decimal): -13203380 or 5015606. OLE color: 5015606.

HSL color Cylindrical-coordinate representation of color #36884C: hue angle of 136.1º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #36884C is Cyan = 0.60, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB 54 136 76 -
CMYK 0.60 0 0.44 0.47
HSL 136.1º 0.43% 0.37% -
HSV(B) 136.1º 0.6% 0.53% -
XYZ 11.63 18.91 9.88 -
YUV 104.64 111.83 91.88 -
System Red Green Blue C M Y K H S L
Decimal 54 136 76 0.60 0 0.44 0.47 136.1 0.43 0.37
Hex 36 88 4C 3C 0 2C 2F 88 2B 25
Octal 66 210 114 74 0 54 57 210 53 45
Binary 110110 10001000 1001100 111100 0 101100 101111 10001000 101011 100101

Color Harmonies of #36884C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36884C

Black with #36884C

Text Example


Text Example

White with #36884C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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