#396853

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

Shades of Stromboli #396853

Tints of Stromboli #396853

Color information

#396853 (or 0x396853) is unknown color: approx Stromboli. HEX triplet: 39, 68 and 53. RGB value is (57,104,83). Sum of RGB (Red+Green+Blue) = 57+104+83=244 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.36% from 244); Green value is 104 (41.02% from 255 or 42.62% from 244); Blue value is 83 (32.81% from 255 or 34.02% from 244); Max value from RGB is 104 - color contains mainly: green. Hex color #396853 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396853 is #C697AC. Grayscale: #575757. Windows color (decimal): -13014957 or 5466169. OLE color: 5466169.

HSL color Cylindrical-coordinate representation of color #396853: hue angle of 153.19º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #396853 is Cyan = 0.45, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.59.

Color convert

RGB5710483-
CMYK0.4500.200.59
HSL153.19º29.19%31.57%-
HSV(B)153.19º45.19%40.78%-
XYZ8.211.49.95-
YUV87.55125.43106.21-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.36%
GREEN value IS 104 (41.02% from 255) = 42.62%
BLUE value IS 83 (32.81% from 255) = 34.02%
R=23.36%
G=42.62%
B=34.02%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal57104830.4500.200.59153.1929.1931.57
Hex3968532D0143B991d20
Octal7115012355024732313540
Binary111001110100010100111011010101001110111001100111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396853; }

 p { color: rgb(57,104,83); }

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

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

 a { background-color: rgb(57,104,83); }

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

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

 span { border-color: rgb(57,104,83); }

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