#367952

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

Shades of Amazon #367952

Tints of Amazon #367952

Color information

#367952 (or 0x367952) is unknown color: approx Amazon. HEX triplet: 36, 79 and 52. RGB value is (54,121,82). Sum of RGB (Red+Green+Blue) = 54+121+82=257 (34% of max value = 765). Red value is 54 (21.48% from 255 or 21.01% from 257); Green value is 121 (47.66% from 255 or 47.08% from 257); Blue value is 82 (32.42% from 255 or 31.91% from 257); Max value from RGB is 121 - color contains mainly: green. Hex color #367952 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367952 is #C986AD. Grayscale: #606060. Windows color (decimal): -13207214 or 5404982. OLE color: 5404982.

HSL color Cylindrical-coordinate representation of color #367952: hue angle of 145.07º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #367952 is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB5412182-
CMYK0.5500.320.53
HSL145.07º38.29%34.31%-
HSV(B)145.07º55.37%47.45%-
XYZ9.8815.0710.37-
YUV96.52119.897.67-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.01%
GREEN value IS 121 (47.66% from 255) = 47.08%
BLUE value IS 82 (32.42% from 255) = 31.91%
R=21.01%
G=47.08%
B=31.91%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal54121820.5500.320.53145.0738.2934.31
Hex3679523702035912622
Octal6617112267040652214642
Binary11011011110011010010110111010000011010110010001100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367952; }

 p { color: rgb(54,121,82); }

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

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

 a { background-color: rgb(54,121,82); }

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

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

 span { border-color: rgb(54,121,82); }

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