Html Css Color HEX #36804D Amazon

📋 copy color: '#36804D'

red 54 ◦ green 128 ◦ blue 77

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

Shades of Amazon #36804D

Tints of Amazon #36804D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 49.42%

 BLUE value IS 77 (30.47% from 255) = 29.73%

R = 20.85%
G = 49.42%
B = 29.73%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.40

 K value IS 0.50

RGB Variations

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

Color information

#36804D (or 0x36804D) is known color: Amazon. HEX triplet: 36, 80 and 4D. RGB value is (54,128,77). Sum of RGB (Red+Green+Blue) = 54+128+77=259 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.85% from 259); Green value is 128 (50.39% from 255 or 49.42% from 259); Blue value is 77 (30.47% from 255 or 29.73% from 259); Max value from RGB is 128 - color contains mainly: green. Hex color #36804D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36804D is #C97FB2. Grayscale: #646464. Windows color (decimal): -13205427 or 5079094. OLE color: 5079094.

HSL color Cylindrical-coordinate representation of color #36804D: hue angle of 138.65º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #36804D is Cyan = 0.58, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.50.

Color convert

RGB 54 128 77 -
CMYK 0.58 0 0.40 0.50
HSL 138.65º 0.41% 0.36% -
HSV(B) 138.65º 0.58% 0.5% -
XYZ 10.58 16.76 9.7 -
YUV 100.06 114.98 95.15 -
System Red Green Blue C M Y K H S L
Decimal 54 128 77 0.58 0 0.40 0.50 138.65 0.41 0.36
Hex 36 80 4D 3A 0 28 32 8B 29 24
Octal 66 200 115 72 0 50 62 213 51 44
Binary 110110 10000000 1001101 111010 0 101000 110010 10001011 101001 100100

Color Harmonies of #36804D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36804D

Black with #36804D

Text Example


Text Example

White with #36804D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36804D; }

 p { color: rgb(54,128,77); }

 H1.HeaderClassName
 {
   color: #36804D;
 }
 .AnyTagClassName
 {
   color: #36804D;
 }
</style>

background-color css

<style>
 a { background-color: #36804D; }

 a { background-color: rgb(54,128,77); }

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

border-color css

<style>
 span { border-color: #36804D; }

 span { border-color: rgb(54,128,77); }

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