Html Css Color HEX #366B47 Amazon

📋 copy color: '#366B47'

red 54 ◦ green 107 ◦ blue 71

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

Shades of Amazon #366B47

Tints of Amazon #366B47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 30.6%

R = 23.28%
G = 46.12%
B = 30.6%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.34

 K value IS 0.58

RGB Variations

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

Color information

#366B47 (or 0x366B47) is known color: Amazon. HEX triplet: 36, 6B and 47. RGB value is (54,107,71). Sum of RGB (Red+Green+Blue) = 54+107+71=232 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.28% from 232); Green value is 107 (42.19% from 255 or 46.12% from 232); Blue value is 71 (28.12% from 255 or 30.60% from 232); Max value from RGB is 107 - color contains mainly: green. Hex color #366B47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366B47 is #C994B8. Grayscale: #575757. Windows color (decimal): -13210809 or 4680502. OLE color: 4680502.

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

Color convert

RGB 54 107 71 -
CMYK 0.50 0 0.34 0.58
HSL 139.25º 0.33% 0.32% -
HSV(B) 139.25º 0.5% 0.42% -
XYZ 7.92 11.75 7.81 -
YUV 87.05 118.94 104.43 -
System Red Green Blue C M Y K H S L
Decimal 54 107 71 0.50 0 0.34 0.58 139.25 0.33 0.32
Hex 36 6B 47 32 0 22 3A 8B 21 20
Octal 66 153 107 62 0 42 72 213 41 40
Binary 110110 1101011 1000111 110010 0 100010 111010 10001011 100001 100000

Color Harmonies of #366B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366B47

Black with #366B47

Text Example


Text Example

White with #366B47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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