Html Css Color HEX #36805E Amazon

📋 copy color: '#36805E'

red 54 ◦ green 128 ◦ blue 94

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

Shades of Amazon #36805E

Tints of Amazon #36805E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 34.06%

R = 19.57%
G = 46.38%
B = 34.06%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.27

 K value IS 0.50

RGB Variations

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

Color information

#36805E (or 0x36805E) is known color: Amazon. HEX triplet: 36, 80 and 5E. RGB value is (54,128,94). Sum of RGB (Red+Green+Blue) = 54+128+94=276 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.57% from 276); Green value is 128 (50.39% from 255 or 46.38% from 276); Blue value is 94 (37.11% from 255 or 34.06% from 276); Max value from RGB is 128 - color contains mainly: green. Hex color #36805E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36805E is #C97FA1. Grayscale: #666666. Windows color (decimal): -13205410 or 6193206. OLE color: 6193206.

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

Color convert

RGB 54 128 94 -
CMYK 0.58 0 0.27 0.50
HSL 152.43º 0.41% 0.36% -
HSV(B) 152.43º 0.58% 0.5% -
XYZ 11.26 17.03 13.28 -
YUV 102 123.48 93.76 -
System Red Green Blue C M Y K H S L
Decimal 54 128 94 0.58 0 0.27 0.50 152.43 0.41 0.36
Hex 36 80 5E 3A 0 1B 32 98 29 24
Octal 66 200 136 72 0 33 62 230 51 44
Binary 110110 10000000 1011110 111010 0 11011 110010 10011000 101001 100100

Color Harmonies of #36805E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36805E

Black with #36805E

Text Example


Text Example

White with #36805E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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