Html Css Color HEX #36805F Amazon

📋 copy color: '#36805F'

red 54 ◦ green 128 ◦ blue 95

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

Shades of Amazon #36805F

Tints of Amazon #36805F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 34.3%

R = 19.49%
G = 46.21%
B = 34.3%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.26

 K value IS 0.50

RGB Variations

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

Color information

#36805F (or 0x36805F) is known color: Amazon. HEX triplet: 36, 80 and 5F. RGB value is (54,128,95). Sum of RGB (Red+Green+Blue) = 54+128+95=277 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.49% from 277); Green value is 128 (50.39% from 255 or 46.21% from 277); Blue value is 95 (37.5% from 255 or 34.30% from 277); Max value from RGB is 128 - color contains mainly: green. Hex color #36805F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36805F is #C97FA0. Grayscale: #666666. Windows color (decimal): -13205409 or 6258742. OLE color: 6258742.

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

Color convert

RGB 54 128 95 -
CMYK 0.58 0 0.26 0.50
HSL 153.24º 0.41% 0.36% -
HSV(B) 153.24º 0.58% 0.5% -
XYZ 11.31 17.05 13.52 -
YUV 102.11 123.98 93.68 -
System Red Green Blue C M Y K H S L
Decimal 54 128 95 0.58 0 0.26 0.50 153.24 0.41 0.36
Hex 36 80 5F 3A 0 1A 32 99 29 24
Octal 66 200 137 72 0 32 62 231 51 44
Binary 110110 10000000 1011111 111010 0 11010 110010 10011001 101001 100100

Color Harmonies of #36805F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36805F

Black with #36805F

Text Example


Text Example

White with #36805F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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