Html Css Color HEX #36804F Amazon

📋 copy color: '#36804F'

red 54 ◦ green 128 ◦ blue 79

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

Shades of Amazon #36804F

Tints of Amazon #36804F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 30.27%

R = 20.69%
G = 49.04%
B = 30.27%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.38

 K value IS 0.50

RGB Variations

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

Color information

#36804F (or 0x36804F) is known color: Amazon. HEX triplet: 36, 80 and 4F. RGB value is (54,128,79). Sum of RGB (Red+Green+Blue) = 54+128+79=261 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.69% from 261); Green value is 128 (50.39% from 255 or 49.04% from 261); Blue value is 79 (31.25% from 255 or 30.27% from 261); Max value from RGB is 128 - color contains mainly: green. Hex color #36804F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36804F is #C97FB0. Grayscale: #646464. Windows color (decimal): -13205425 or 5210166. OLE color: 5210166.

HSL color Cylindrical-coordinate representation of color #36804F: hue angle of 140.27º 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 #36804F is Cyan = 0.58, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB 54 128 79 -
CMYK 0.58 0 0.38 0.50
HSL 140.27º 0.41% 0.36% -
HSV(B) 140.27º 0.58% 0.5% -
XYZ 10.65 16.79 10.08 -
YUV 100.29 115.98 94.98 -
System Red Green Blue C M Y K H S L
Decimal 54 128 79 0.58 0 0.38 0.50 140.27 0.41 0.36
Hex 36 80 4F 3A 0 26 32 8C 29 24
Octal 66 200 117 72 0 46 62 214 51 44
Binary 110110 10000000 1001111 111010 0 100110 110010 10001100 101001 100100

Color Harmonies of #36804F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36804F

Black with #36804F

Text Example


Text Example

White with #36804F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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