#367048

Color #367048 Amazon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amazon #367048

Tints of Amazon #367048

Color information

#367048 (or 0x367048) is unknown color: approx Amazon. HEX triplet: 36, 70 and 48. RGB value is (54,112,72). Sum of RGB (Red+Green+Blue) = 54+112+72=238 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.69% from 238); Green value is 112 (44.14% from 255 or 47.06% from 238); Blue value is 72 (28.52% from 255 or 30.25% from 238); Max value from RGB is 112 - color contains mainly: green. Hex color #367048 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367048 is #C98FB7. Grayscale: #5A5A5A. Windows color (decimal): -13209528 or 4747318. OLE color: 4747318.

HSL color Cylindrical-coordinate representation of color #367048: hue angle of 138.62º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #367048 is Cyan = 0.52, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.56.

Color convert

RGB5411272-
CMYK0.5200.360.56
HSL138.62º34.94%32.55%-
HSV(B)138.62º51.79%43.92%-
XYZ8.4912.848.16-
YUV90.1117.78102.25-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.69%
GREEN value IS 112 (44.14% from 255) = 47.06%
BLUE value IS 72 (28.52% from 255) = 30.25%
R=22.69%
G=47.06%
B=30.25%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal54112720.5200.360.56138.6234.9432.55
Hex36704834024388b2321
Octal6616011064044702134341
Binary11011011100001001000110100010010011100010001011100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367048; }

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

 H1.HeaderClassName
 {
   color: #367048;
 }
 .AnyTagClassName
 {
   color: #367048;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #367048;
 }
 .BgClassName
 {
   background-color: #367048;
 }
</style>
border-color css

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

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

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