Html Css Color HEX #366C4D Amazon

📋 copy color: '#366C4D'

red 54 ◦ green 108 ◦ blue 77

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

Shades of Amazon #366C4D

Tints of Amazon #366C4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 32.22%

R = 22.59%
G = 45.19%
B = 32.22%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.29

 K value IS 0.58

RGB Variations

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

Color information

#366C4D (or 0x366C4D) is known color: Amazon. HEX triplet: 36, 6C and 4D. RGB value is (54,108,77). Sum of RGB (Red+Green+Blue) = 54+108+77=239 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.59% from 239); Green value is 108 (42.58% from 255 or 45.19% from 239); Blue value is 77 (30.47% from 255 or 32.22% from 239); Max value from RGB is 108 - color contains mainly: green. Hex color #366C4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366C4D is #C993B2. Grayscale: #585858. Windows color (decimal): -13210547 or 5073974. OLE color: 5073974.

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

Color convert

RGB 54 108 77 -
CMYK 0.50 0 0.29 0.58
HSL 145.56º 0.33% 0.32% -
HSV(B) 145.56º 0.5% 0.42% -
XYZ 8.22 12.05 8.91 -
YUV 88.32 121.61 103.52 -
System Red Green Blue C M Y K H S L
Decimal 54 108 77 0.50 0 0.29 0.58 145.56 0.33 0.32
Hex 36 6C 4D 32 0 1D 3A 92 21 20
Octal 66 154 115 62 0 35 72 222 41 40
Binary 110110 1101100 1001101 110010 0 11101 111010 10010010 100001 100000

Color Harmonies of #366C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366C4D

Black with #366C4D

Text Example


Text Example

White with #366C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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