Html Css Color HEX #36805C Amazon

📋 copy color: '#36805C'

red 54 ◦ green 128 ◦ blue 92

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

Shades of Amazon #36805C

Tints of Amazon #36805C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 33.58%

R = 19.71%
G = 46.72%
B = 33.58%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.28

 K value IS 0.50

RGB Variations

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

Color information

#36805C (or 0x36805C) is known color: Amazon. HEX triplet: 36, 80 and 5C. RGB value is (54,128,92). Sum of RGB (Red+Green+Blue) = 54+128+92=274 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.71% from 274); Green value is 128 (50.39% from 255 or 46.72% from 274); Blue value is 92 (36.33% from 255 or 33.58% from 274); Max value from RGB is 128 - color contains mainly: green. Hex color #36805C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36805C is #C97FA3. Grayscale: #656565. Windows color (decimal): -13205412 or 6062134. OLE color: 6062134.

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

Color convert

RGB 54 128 92 -
CMYK 0.58 0 0.28 0.50
HSL 150.81º 0.41% 0.36% -
HSV(B) 150.81º 0.58% 0.5% -
XYZ 11.17 17 12.82 -
YUV 101.77 122.48 93.93 -
System Red Green Blue C M Y K H S L
Decimal 54 128 92 0.58 0 0.28 0.50 150.81 0.41 0.36
Hex 36 80 5C 3A 0 1C 32 97 29 24
Octal 66 200 134 72 0 34 62 227 51 44
Binary 110110 10000000 1011100 111010 0 11100 110010 10010111 101001 100100

Color Harmonies of #36805C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36805C

Black with #36805C

Text Example


Text Example

White with #36805C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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