#367B52

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

Shades of Amazon #367B52

Tints of Amazon #367B52

Color information

#367B52 (or 0x367B52) is unknown color: approx Amazon. HEX triplet: 36, 7B and 52. RGB value is (54,123,82). Sum of RGB (Red+Green+Blue) = 54+123+82=259 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.85% from 259); Green value is 123 (48.44% from 255 or 47.49% from 259); Blue value is 82 (32.42% from 255 or 31.66% from 259); Max value from RGB is 123 - color contains mainly: green. Hex color #367B52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367B52 is #C984AD. Grayscale: #616161. Windows color (decimal): -13206702 or 5405494. OLE color: 5405494.

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

Color convert

RGB5412382-
CMYK0.5600.330.52
HSL144.35º38.98%34.71%-
HSV(B)144.35º56.1%48.24%-
XYZ10.1315.5610.45-
YUV97.7119.1496.83-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.85%
GREEN value IS 123 (48.44% from 255) = 47.49%
BLUE value IS 82 (32.42% from 255) = 31.66%
R=20.85%
G=47.49%
B=31.66%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal54123820.5600.330.52144.3538.9834.71
Hex367B523802134902723
Octal6617312270041642204743
Binary11011011110111010010111000010000111010010010000100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367B52; }

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

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

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

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

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

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

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

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