#396D54

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

Shades of Stromboli #396D54

Tints of Stromboli #396D54

Color information

#396D54 (or 0x396D54) is unknown color: approx Stromboli. HEX triplet: 39, 6D and 54. RGB value is (57,109,84). Sum of RGB (Red+Green+Blue) = 57+109+84=250 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.8% from 250); Green value is 109 (42.97% from 255 or 43.6% from 250); Blue value is 84 (33.20% from 255 or 33.6% from 250); Max value from RGB is 109 - color contains mainly: green. Hex color #396D54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396D54 is #C692AB. Grayscale: #5A5A5A. Windows color (decimal): -13013676 or 5532985. OLE color: 5532985.

HSL color Cylindrical-coordinate representation of color #396D54: hue angle of 151.15º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #396D54 is Cyan = 0.48, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.57.

Color convert

RGB5710984-
CMYK0.4800.230.57
HSL151.15º31.33%32.55%-
HSV(B)151.15º47.71%42.75%-
XYZ8.7612.4510.33-
YUV90.6124.27104.03-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.8%
GREEN value IS 109 (42.97% from 255) = 43.6%
BLUE value IS 84 (33.20% from 255) = 33.6%
R=22.8%
G=43.6%
B=33.6%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal57109840.4800.230.57151.1531.3332.55
Hex396D543001739971f21
Octal7115512460027712273741
Binary111001110110110101001100000101111110011001011111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396D54; }

 p { color: rgb(57,109,84); }

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

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

 a { background-color: rgb(57,109,84); }

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

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

 span { border-color: rgb(57,109,84); }

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