Html Css Color HEX #36844C Amazon

📋 copy color: '#36844C'

red 54 ◦ green 132 ◦ blue 76

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

Shades of Amazon #36844C

Tints of Amazon #36844C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 50.38%

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

R = 20.61%
G = 50.38%
B = 29.01%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#36844C (or 0x36844C) is known color: Amazon. HEX triplet: 36, 84 and 4C. RGB value is (54,132,76). Sum of RGB (Red+Green+Blue) = 54+132+76=262 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.61% from 262); Green value is 132 (51.95% from 255 or 50.38% from 262); Blue value is 76 (30.08% from 255 or 29.01% from 262); Max value from RGB is 132 - color contains mainly: green. Hex color #36844C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36844C is #C97BB3. Grayscale: #666666. Windows color (decimal): -13204404 or 5014582. OLE color: 5014582.

HSL color Cylindrical-coordinate representation of color #36844C: hue angle of 136.92º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #36844C is Cyan = 0.59, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB 54 132 76 -
CMYK 0.59 0 0.42 0.48
HSL 136.92º 0.42% 0.36% -
HSV(B) 136.92º 0.59% 0.52% -
XYZ 11.08 17.81 9.69 -
YUV 102.29 113.16 93.55 -
System Red Green Blue C M Y K H S L
Decimal 54 132 76 0.59 0 0.42 0.48 136.92 0.42 0.36
Hex 36 84 4C 3B 0 2A 30 89 2A 24
Octal 66 204 114 73 0 52 60 211 52 44
Binary 110110 10000100 1001100 111011 0 101010 110000 10001001 101010 100100

Color Harmonies of #36844C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36844C

Black with #36844C

Text Example


Text Example

White with #36844C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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