Html Css Color HEX #36754D Amazon

📋 copy color: '#36754D'

red 54 ◦ green 117 ◦ blue 77

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

Shades of Amazon #36754D

Tints of Amazon #36754D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 47.18%

 BLUE value IS 77 (30.47% from 255) = 31.05%

R = 21.77%
G = 47.18%
B = 31.05%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#36754D (or 0x36754D) is known color: Amazon. HEX triplet: 36, 75 and 4D. RGB value is (54,117,77). Sum of RGB (Red+Green+Blue) = 54+117+77=248 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.77% from 248); Green value is 117 (46.09% from 255 or 47.18% from 248); Blue value is 77 (30.47% from 255 or 31.05% from 248); Max value from RGB is 117 - color contains mainly: green. Hex color #36754D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36754D is #C98AB2. Grayscale: #5D5D5D. Windows color (decimal): -13208243 or 5076278. OLE color: 5076278.

HSL color Cylindrical-coordinate representation of color #36754D: hue angle of 141.9º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #36754D is Cyan = 0.54, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB 54 117 77 -
CMYK 0.54 0 0.34 0.54
HSL 141.9º 0.37% 0.34% -
HSV(B) 141.9º 0.54% 0.46% -
XYZ 9.22 14.04 9.25 -
YUV 93.6 118.63 99.75 -
System Red Green Blue C M Y K H S L
Decimal 54 117 77 0.54 0 0.34 0.54 141.9 0.37 0.34
Hex 36 75 4D 36 0 22 36 8E 25 22
Octal 66 165 115 66 0 42 66 216 45 42
Binary 110110 1110101 1001101 110110 0 100010 110110 10001110 100101 100010

Color Harmonies of #36754D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36754D

Black with #36754D

Text Example


Text Example

White with #36754D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,117,77); }

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

background-color css

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

 a { background-color: rgb(54,117,77); }

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

border-color css

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

 span { border-color: rgb(54,117,77); }

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