Html Css Color HEX #366E54 Amazon

📋 copy color: '#366E54'

red 54 ◦ green 110 ◦ blue 84

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

Shades of Amazon #366E54

Tints of Amazon #366E54

RGB

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

 GREEN value IS 110 (43.36% from 255) = 44.35%

 BLUE value IS 84 (33.2% from 255) = 33.87%

R = 21.77%
G = 44.35%
B = 33.87%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.24

 K value IS 0.57

RGB Variations

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

Color information

#366E54 (or 0x366E54) is known color: Amazon. HEX triplet: 36, 6E and 54. RGB value is (54,110,84). Sum of RGB (Red+Green+Blue) = 54+110+84=248 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.77% from 248); Green value is 110 (43.36% from 255 or 44.35% from 248); Blue value is 84 (33.20% from 255 or 33.87% from 248); Max value from RGB is 110 - color contains mainly: green. Hex color #366E54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366E54 is #C991AB. Grayscale: #5A5A5A. Windows color (decimal): -13210028 or 5533238. OLE color: 5533238.

HSL color Cylindrical-coordinate representation of color #366E54: hue angle of 152.14º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #366E54 is Cyan = 0.51, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.57.

Color convert

RGB 54 110 84 -
CMYK 0.51 0 0.24 0.57
HSL 152.14º 0.34% 0.32% -
HSV(B) 152.14º 0.51% 0.43% -
XYZ 8.7 12.58 10.36 -
YUV 90.29 124.45 102.11 -
System Red Green Blue C M Y K H S L
Decimal 54 110 84 0.51 0 0.24 0.57 152.14 0.34 0.32
Hex 36 6E 54 33 0 18 39 98 22 20
Octal 66 156 124 63 0 30 71 230 42 40
Binary 110110 1101110 1010100 110011 0 11000 111001 10011000 100010 100000

Color Harmonies of #366E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366E54

Black with #366E54

Text Example


Text Example

White with #366E54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366E54; }

 p { color: rgb(54,110,84); }

 H1.HeaderClassName
 {
   color: #366E54;
 }
 .AnyTagClassName
 {
   color: #366E54;
 }
</style>

background-color css

<style>
 a { background-color: #366E54; }

 a { background-color: rgb(54,110,84); }

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

border-color css

<style>
 span { border-color: #366E54; }

 span { border-color: rgb(54,110,84); }

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