Html Css Color HEX #36775D Amazon

📋 copy color: '#36775D'

red 54 ◦ green 119 ◦ blue 93

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

Shades of Amazon #36775D

Tints of Amazon #36775D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 44.74%

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

R = 20.3%
G = 44.74%
B = 34.96%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#36775D (or 0x36775D) is known color: Amazon. HEX triplet: 36, 77 and 5D. RGB value is (54,119,93). Sum of RGB (Red+Green+Blue) = 54+119+93=266 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.30% from 266); Green value is 119 (46.88% from 255 or 44.74% from 266); Blue value is 93 (36.72% from 255 or 34.96% from 266); Max value from RGB is 119 - color contains mainly: green. Hex color #36775D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36775D is #C988A2. Grayscale: #606060. Windows color (decimal): -13207715 or 6125366. OLE color: 6125366.

HSL color Cylindrical-coordinate representation of color #36775D: hue angle of 156º 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 #36775D is Cyan = 0.55, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB 54 119 93 -
CMYK 0.55 0 0.22 0.53
HSL 156º 0.38% 0.34% -
HSV(B) 156º 0.55% 0.47% -
XYZ 10.09 14.77 12.67 -
YUV 96.6 125.97 97.61 -
System Red Green Blue C M Y K H S L
Decimal 54 119 93 0.55 0 0.22 0.53 156 0.38 0.34
Hex 36 77 5D 37 0 16 35 9C 26 22
Octal 66 167 135 67 0 26 65 234 46 42
Binary 110110 1110111 1011101 110111 0 10110 110101 10011100 100110 100010

Color Harmonies of #36775D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36775D

Black with #36775D

Text Example


Text Example

White with #36775D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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