Html Css Color HEX #366C4E Amazon

📋 copy color: '#366C4E'

red 54 ◦ green 108 ◦ blue 78

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

Shades of Amazon #366C4E

Tints of Amazon #366C4E

RGB

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

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

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

R = 22.5%
G = 45%
B = 32.5%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.28

 K value IS 0.58

RGB Variations

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

Color information

#366C4E (or 0x366C4E) is known color: Amazon. HEX triplet: 36, 6C and 4E. RGB value is (54,108,78). Sum of RGB (Red+Green+Blue) = 54+108+78=240 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.5% from 240); Green value is 108 (42.58% from 255 or 45% from 240); Blue value is 78 (30.86% from 255 or 32.5% from 240); Max value from RGB is 108 - color contains mainly: green. Hex color #366C4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366C4E is #C993B1. Grayscale: #585858. Windows color (decimal): -13210546 or 5139510. OLE color: 5139510.

HSL color Cylindrical-coordinate representation of color #366C4E: hue angle of 146.67º 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 #366C4E is Cyan = 0.50, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.58.

Color convert

RGB 54 108 78 -
CMYK 0.50 0 0.28 0.58
HSL 146.67º 0.33% 0.32% -
HSV(B) 146.67º 0.5% 0.42% -
XYZ 8.26 12.06 9.1 -
YUV 88.43 122.11 103.44 -
System Red Green Blue C M Y K H S L
Decimal 54 108 78 0.50 0 0.28 0.58 146.67 0.33 0.32
Hex 36 6C 4E 32 0 1C 3A 93 21 20
Octal 66 154 116 62 0 34 72 223 41 40
Binary 110110 1101100 1001110 110010 0 11100 111010 10010011 100001 100000

Color Harmonies of #366C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366C4E

Black with #366C4E

Text Example


Text Example

White with #366C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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