#367C5F

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

Shades of Amazon #367C5F

Tints of Amazon #367C5F

Color information

#367C5F (or 0x367C5F) is unknown color: approx Amazon. HEX triplet: 36, 7C and 5F. RGB value is (54,124,95). Sum of RGB (Red+Green+Blue) = 54+124+95=273 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.78% from 273); Green value is 124 (48.83% from 255 or 45.42% from 273); Blue value is 95 (37.5% from 255 or 34.80% from 273); Max value from RGB is 124 - color contains mainly: green. Hex color #367C5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367C5F is #C983A0. Grayscale: #636363. Windows color (decimal): -13206433 or 6257718. OLE color: 6257718.

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

Color convert

RGB5412495-
CMYK0.5600.230.51
HSL155.14º39.33%34.9%-
HSV(B)155.14º56.45%48.63%-
XYZ10.7916.0313.35-
YUV99.76125.3195.36-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.78%
GREEN value IS 124 (48.83% from 255) = 45.42%
BLUE value IS 95 (37.5% from 255) = 34.80%
R=19.78%
G=45.42%
B=34.80%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal54124950.5600.230.51155.1439.3334.9
Hex367C5F38017339b2723
Octal6617413770027632334743
Binary1101101111100101111111100001011111001110011011100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,124,95); }

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

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

 a { background-color: rgb(54,124,95); }

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

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

 span { border-color: rgb(54,124,95); }

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