Html Css Color HEX #36795D Amazon

📋 copy color: '#36795D'

red 54 ◦ green 121 ◦ blue 93

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

Shades of Amazon #36795D

Tints of Amazon #36795D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 45.15%

 BLUE value IS 93 (36.72% from 255) = 34.7%

R = 20.15%
G = 45.15%
B = 34.7%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#36795D (or 0x36795D) is known color: Amazon. HEX triplet: 36, 79 and 5D. RGB value is (54,121,93). Sum of RGB (Red+Green+Blue) = 54+121+93=268 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.15% from 268); Green value is 121 (47.66% from 255 or 45.15% from 268); Blue value is 93 (36.72% from 255 or 34.70% from 268); Max value from RGB is 121 - color contains mainly: green. Hex color #36795D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36795D is #C986A2. Grayscale: #616161. Windows color (decimal): -13207203 or 6125878. OLE color: 6125878.

HSL color Cylindrical-coordinate representation of color #36795D: hue angle of 154.93º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #36795D is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB 54 121 93 -
CMYK 0.55 0 0.23 0.53
HSL 154.93º 0.38% 0.34% -
HSV(B) 154.93º 0.55% 0.47% -
XYZ 10.33 15.25 12.75 -
YUV 97.78 125.3 96.78 -
System Red Green Blue C M Y K H S L
Decimal 54 121 93 0.55 0 0.23 0.53 154.93 0.38 0.34
Hex 36 79 5D 37 0 17 35 9B 26 22
Octal 66 171 135 67 0 27 65 233 46 42
Binary 110110 1111001 1011101 110111 0 10111 110101 10011011 100110 100010

Color Harmonies of #36795D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36795D

Black with #36795D

Text Example


Text Example

White with #36795D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,121,93); }

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

background-color css

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

 a { background-color: rgb(54,121,93); }

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

border-color css

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

 span { border-color: rgb(54,121,93); }

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