Html Css Color HEX #36754E Amazon

📋 copy color: '#36754E'

red 54 ◦ green 117 ◦ blue 78

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

Shades of Amazon #36754E

Tints of Amazon #36754E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 31.33%

R = 21.69%
G = 46.99%
B = 31.33%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#36754E (or 0x36754E) is known color: Amazon. HEX triplet: 36, 75 and 4E. RGB value is (54,117,78). Sum of RGB (Red+Green+Blue) = 54+117+78=249 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.69% from 249); Green value is 117 (46.09% from 255 or 46.99% from 249); Blue value is 78 (30.86% from 255 or 31.33% from 249); Max value from RGB is 117 - color contains mainly: green. Hex color #36754E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36754E is #C98AB1. Grayscale: #5D5D5D. Windows color (decimal): -13208242 or 5141814. OLE color: 5141814.

HSL color Cylindrical-coordinate representation of color #36754E: hue angle of 142.86º 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 #36754E is Cyan = 0.54, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB 54 117 78 -
CMYK 0.54 0 0.33 0.54
HSL 142.86º 0.37% 0.34% -
HSV(B) 142.86º 0.54% 0.46% -
XYZ 9.26 14.06 9.43 -
YUV 93.72 119.13 99.67 -
System Red Green Blue C M Y K H S L
Decimal 54 117 78 0.54 0 0.33 0.54 142.86 0.37 0.34
Hex 36 75 4E 36 0 21 36 8F 25 22
Octal 66 165 116 66 0 41 66 217 45 42
Binary 110110 1110101 1001110 110110 0 100001 110110 10001111 100101 100010

Color Harmonies of #36754E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36754E

Black with #36754E

Text Example


Text Example

White with #36754E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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