Html Css Color HEX #366C50 Amazon

📋 copy color: '#366C50'

red 54 ◦ green 108 ◦ blue 80

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

Shades of Amazon #366C50

Tints of Amazon #366C50

RGB

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

 GREEN value IS 108 (42.58% from 255) = 44.63%

 BLUE value IS 80 (31.64% from 255) = 33.06%

R = 22.31%
G = 44.63%
B = 33.06%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.26

 K value IS 0.58

RGB Variations

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

Color information

#366C50 (or 0x366C50) is known color: Amazon. HEX triplet: 36, 6C and 50. RGB value is (54,108,80). Sum of RGB (Red+Green+Blue) = 54+108+80=242 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.31% from 242); Green value is 108 (42.58% from 255 or 44.63% from 242); Blue value is 80 (31.64% from 255 or 33.06% from 242); Max value from RGB is 108 - color contains mainly: green. Hex color #366C50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366C50 is #C993AF. Grayscale: #585858. Windows color (decimal): -13210544 or 5270582. OLE color: 5270582.

HSL color Cylindrical-coordinate representation of color #366C50: hue angle of 148.89º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #366C50 is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.58.

Color convert

RGB 54 108 80 -
CMYK 0.50 0 0.26 0.58
HSL 148.89º 0.33% 0.32% -
HSV(B) 148.89º 0.5% 0.42% -
XYZ 8.33 12.09 9.48 -
YUV 88.66 123.11 103.28 -
System Red Green Blue C M Y K H S L
Decimal 54 108 80 0.50 0 0.26 0.58 148.89 0.33 0.32
Hex 36 6C 50 32 0 1A 3A 95 21 20
Octal 66 154 120 62 0 32 72 225 41 40
Binary 110110 1101100 1010000 110010 0 11010 111010 10010101 100001 100000

Color Harmonies of #366C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366C50

Black with #366C50

Text Example


Text Example

White with #366C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,108,80); }

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

background-color css

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

 a { background-color: rgb(54,108,80); }

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

border-color css

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

 span { border-color: rgb(54,108,80); }

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