#396850

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

Shades of Stromboli #396850

Tints of Stromboli #396850

Color information

#396850 (or 0x396850) is unknown color: approx Stromboli. HEX triplet: 39, 68 and 50. RGB value is (57,104,80). Sum of RGB (Red+Green+Blue) = 57+104+80=241 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.65% from 241); Green value is 104 (41.02% from 255 or 43.15% from 241); Blue value is 80 (31.64% from 255 or 33.20% from 241); Max value from RGB is 104 - color contains mainly: green. Hex color #396850 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396850 is #C697AF. Grayscale: #575757. Windows color (decimal): -13014960 or 5269561. OLE color: 5269561.

HSL color Cylindrical-coordinate representation of color #396850: hue angle of 149.36º 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 #396850 is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.59.

Color convert

RGB5710480-
CMYK0.4500.230.59
HSL149.36º29.19%31.57%-
HSV(B)149.36º45.19%40.78%-
XYZ8.0911.359.35-
YUV87.21123.93106.45-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.65%
GREEN value IS 104 (41.02% from 255) = 43.15%
BLUE value IS 80 (31.64% from 255) = 33.20%
R=23.65%
G=43.15%
B=33.20%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal57104800.4500.230.59149.3629.1931.57
Hex3968502D0173B951d20
Octal7115012055027732253540
Binary111001110100010100001011010101111110111001010111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396850; }

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

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

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

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

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

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

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

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