Html Css Color HEX #36884A Amazon

📋 copy color: '#36884A'

red 54 ◦ green 136 ◦ blue 74

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

Shades of Amazon #36884A

Tints of Amazon #36884A

RGB

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

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

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

R = 20.45%
G = 51.52%
B = 28.03%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#36884A (or 0x36884A) is known color: Amazon. HEX triplet: 36, 88 and 4A. RGB value is (54,136,74). Sum of RGB (Red+Green+Blue) = 54+136+74=264 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.45% from 264); Green value is 136 (53.52% from 255 or 51.52% from 264); Blue value is 74 (29.30% from 255 or 28.03% from 264); Max value from RGB is 136 - color contains mainly: green. Hex color #36884A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36884A is #C977B5. Grayscale: #686868. Windows color (decimal): -13203382 or 4884534. OLE color: 4884534.

HSL color Cylindrical-coordinate representation of color #36884A: hue angle of 134.63º 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 #36884A is Cyan = 0.60, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB 54 136 74 -
CMYK 0.60 0 0.46 0.47
HSL 134.63º 0.43% 0.37% -
HSV(B) 134.63º 0.6% 0.53% -
XYZ 11.56 18.89 9.51 -
YUV 104.41 110.83 92.04 -
System Red Green Blue C M Y K H S L
Decimal 54 136 74 0.60 0 0.46 0.47 134.63 0.43 0.37
Hex 36 88 4A 3C 0 2E 2F 87 2B 25
Octal 66 210 112 74 0 56 57 207 53 45
Binary 110110 10001000 1001010 111100 0 101110 101111 10000111 101011 100101

Color Harmonies of #36884A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36884A

Black with #36884A

Text Example


Text Example

White with #36884A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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