Html Css Color HEX #366D48 Amazon

📋 copy color: '#366D48'

red 54 ◦ green 109 ◦ blue 72

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

Shades of Amazon #366D48

Tints of Amazon #366D48

RGB

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

 GREEN value IS 109 (42.97% from 255) = 46.38%

 BLUE value IS 72 (28.52% from 255) = 30.64%

R = 22.98%
G = 46.38%
B = 30.64%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.34

 K value IS 0.57

RGB Variations

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

Color information

#366D48 (or 0x366D48) is known color: Amazon. HEX triplet: 36, 6D and 48. RGB value is (54,109,72). Sum of RGB (Red+Green+Blue) = 54+109+72=235 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.98% from 235); Green value is 109 (42.97% from 255 or 46.38% from 235); Blue value is 72 (28.52% from 255 or 30.64% from 235); Max value from RGB is 109 - color contains mainly: green. Hex color #366D48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366D48 is #C992B7. Grayscale: #585858. Windows color (decimal): -13210296 or 4746550. OLE color: 4746550.

HSL color Cylindrical-coordinate representation of color #366D48: hue angle of 139.64º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #366D48 is Cyan = 0.50, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.57.

Color convert

RGB 54 109 72 -
CMYK 0.50 0 0.34 0.57
HSL 139.64º 0.34% 0.32% -
HSV(B) 139.64º 0.5% 0.43% -
XYZ 8.16 12.19 8.05 -
YUV 88.34 118.78 103.51 -
System Red Green Blue C M Y K H S L
Decimal 54 109 72 0.50 0 0.34 0.57 139.64 0.34 0.32
Hex 36 6D 48 32 0 22 39 8C 22 20
Octal 66 155 110 62 0 42 71 214 42 40
Binary 110110 1101101 1001000 110010 0 100010 111001 10001100 100010 100000

Color Harmonies of #366D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366D48

Black with #366D48

Text Example


Text Example

White with #366D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,109,72); }

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

background-color css

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

 a { background-color: rgb(54,109,72); }

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

border-color css

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

 span { border-color: rgb(54,109,72); }

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