Html Css Color HEX #366C4F Amazon

📋 copy color: '#366C4F'

red 54 ◦ green 108 ◦ blue 79

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

Shades of Amazon #366C4F

Tints of Amazon #366C4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 32.78%

R = 22.41%
G = 44.81%
B = 32.78%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.27

 K value IS 0.58

RGB Variations

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

Color information

#366C4F (or 0x366C4F) is known color: Amazon. HEX triplet: 36, 6C and 4F. RGB value is (54,108,79). Sum of RGB (Red+Green+Blue) = 54+108+79=241 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.41% from 241); Green value is 108 (42.58% from 255 or 44.81% from 241); Blue value is 79 (31.25% from 255 or 32.78% from 241); Max value from RGB is 108 - color contains mainly: green. Hex color #366C4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366C4F is #C993B0. Grayscale: #585858. Windows color (decimal): -13210545 or 5205046. OLE color: 5205046.

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

Color convert

RGB 54 108 79 -
CMYK 0.50 0 0.27 0.58
HSL 147.78º 0.33% 0.32% -
HSV(B) 147.78º 0.5% 0.42% -
XYZ 8.3 12.07 9.29 -
YUV 88.55 122.61 103.36 -
System Red Green Blue C M Y K H S L
Decimal 54 108 79 0.50 0 0.27 0.58 147.78 0.33 0.32
Hex 36 6C 4F 32 0 1B 3A 94 21 20
Octal 66 154 117 62 0 33 72 224 41 40
Binary 110110 1101100 1001111 110010 0 11011 111010 10010100 100001 100000

Color Harmonies of #366C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366C4F

Black with #366C4F

Text Example


Text Example

White with #366C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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