#367C4F

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

Shades of Amazon #367C4F

Tints of Amazon #367C4F

Color information

#367C4F (or 0x367C4F) is unknown color: approx Amazon. HEX triplet: 36, 7C and 4F. RGB value is (54,124,79). Sum of RGB (Red+Green+Blue) = 54+124+79=257 (34% of max value = 765). Red value is 54 (21.48% from 255 or 21.01% from 257); Green value is 124 (48.83% from 255 or 48.25% from 257); Blue value is 79 (31.25% from 255 or 30.74% from 257); Max value from RGB is 124 - color contains mainly: green. Hex color #367C4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367C4F is #C983B0. Grayscale: #626262. Windows color (decimal): -13206449 or 5209142. OLE color: 5209142.

HSL color Cylindrical-coordinate representation of color #367C4F: hue angle of 141.43º 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 #367C4F is Cyan = 0.56, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.51.

Color convert

RGB5412479-
CMYK0.5600.360.51
HSL141.43º39.33%34.9%-
HSV(B)141.43º56.45%48.63%-
XYZ10.1415.769.91-
YUV97.94117.3196.66-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.01%
GREEN value IS 124 (48.83% from 255) = 48.25%
BLUE value IS 79 (31.25% from 255) = 30.74%
R=21.01%
G=48.25%
B=30.74%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal54124790.5600.360.51141.4339.3334.9
Hex367C4F38024338d2723
Octal6617411770044632154743
Binary11011011111001001111111000010010011001110001101100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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