Html Css Color HEX #366B4F Amazon

📋 copy color: '#366B4F'

red 54 ◦ green 107 ◦ blue 79

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

Shades of Amazon #366B4F

Tints of Amazon #366B4F

RGB

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

 GREEN value IS 107 (42.19% from 255) = 44.58%

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

R = 22.5%
G = 44.58%
B = 32.92%

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

#366B4F (or 0x366B4F) is known color: Amazon. HEX triplet: 36, 6B and 4F. RGB value is (54,107,79). Sum of RGB (Red+Green+Blue) = 54+107+79=240 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.5% from 240); Green value is 107 (42.19% from 255 or 44.58% from 240); Blue value is 79 (31.25% from 255 or 32.92% from 240); Max value from RGB is 107 - color contains mainly: green. Hex color #366B4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366B4F is #C994B0. Grayscale: #585858. Windows color (decimal): -13210801 or 5204790. OLE color: 5204790.

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

Color convert

RGB 54 107 79 -
CMYK 0.50 0 0.26 0.58
HSL 148.3º 0.33% 0.32% -
HSV(B) 148.3º 0.5% 0.42% -
XYZ 8.19 11.86 9.26 -
YUV 87.96 122.94 103.78 -
System Red Green Blue C M Y K H S L
Decimal 54 107 79 0.50 0 0.26 0.58 148.3 0.33 0.32
Hex 36 6B 4F 32 0 1A 3A 94 21 20
Octal 66 153 117 62 0 32 72 224 41 40
Binary 110110 1101011 1001111 110010 0 11010 111010 10010100 100001 100000

Color Harmonies of #366B4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366B4F

Black with #366B4F

Text Example


Text Example

White with #366B4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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