Html Css Color HEX #366A4C Amazon

📋 copy color: '#366A4C'

red 54 ◦ green 106 ◦ blue 76

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

Shades of Amazon #366A4C

Tints of Amazon #366A4C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 44.92%

 BLUE value IS 76 (30.08% from 255) = 32.2%

R = 22.88%
G = 44.92%
B = 32.2%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.28

 K value IS 0.58

RGB Variations

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

Color information

#366A4C (or 0x366A4C) is known color: Amazon. HEX triplet: 36, 6A and 4C. RGB value is (54,106,76). Sum of RGB (Red+Green+Blue) = 54+106+76=236 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.88% from 236); Green value is 106 (41.80% from 255 or 44.92% from 236); Blue value is 76 (30.08% from 255 or 32.20% from 236); Max value from RGB is 106 - color contains mainly: green. Hex color #366A4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366A4C is #C995B3. Grayscale: #575757. Windows color (decimal): -13211060 or 5007926. OLE color: 5007926.

HSL color Cylindrical-coordinate representation of color #366A4C: hue angle of 145.38º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #366A4C is Cyan = 0.49, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.58.

Color convert

RGB 54 106 76 -
CMYK 0.49 0 0.28 0.58
HSL 145.38º 0.33% 0.31% -
HSV(B) 145.38º 0.49% 0.42% -
XYZ 7.98 11.61 8.66 -
YUV 87.03 121.77 104.44 -
System Red Green Blue C M Y K H S L
Decimal 54 106 76 0.49 0 0.28 0.58 145.38 0.33 0.31
Hex 36 6A 4C 31 0 1C 3A 91 20 1F
Octal 66 152 114 61 0 34 72 221 40 37
Binary 110110 1101010 1001100 110001 0 11100 111010 10010001 100000 11111

Color Harmonies of #366A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366A4C

Black with #366A4C

Text Example


Text Example

White with #366A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,106,76); }

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

background-color css

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

 a { background-color: rgb(54,106,76); }

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

border-color css

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

 span { border-color: rgb(54,106,76); }

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