#396151

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

Shades of Spectra #396151

Tints of Spectra #396151

Color information

#396151 (or 0x396151) is unknown color: approx Spectra. HEX triplet: 39, 61 and 51. RGB value is (57,97,81). Sum of RGB (Red+Green+Blue) = 57+97+81=235 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.26% from 235); Green value is 97 (38.28% from 255 or 41.28% from 235); Blue value is 81 (32.03% from 255 or 34.47% from 235); Max value from RGB is 97 - color contains mainly: green. Hex color #396151 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396151 is #C69EAE. Grayscale: #535353. Windows color (decimal): -13016751 or 5333305. OLE color: 5333305.

HSL color Cylindrical-coordinate representation of color #396151: hue angle of 156º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #396151 is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB579781-
CMYK0.4100.160.62
HSL156º25.97%30.2%-
HSV(B)156º41.24%38.04%-
XYZ7.4510.019.32-
YUV83.22126.75109.3-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.26%
GREEN value IS 97 (38.28% from 255) = 41.28%
BLUE value IS 81 (32.03% from 255) = 34.47%
R=24.26%
G=41.28%
B=34.47%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5797810.4100.160.6215625.9730.2
Hex396151290103E9c1a1e
Octal7114112151020762343236
Binary11100111000011010001101001010000111110100111001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396151; }

 p { color: rgb(57,97,81); }

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

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

 a { background-color: rgb(57,97,81); }

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

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

 span { border-color: rgb(57,97,81); }

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