#396251

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

Shades of Spectra #396251

Tints of Spectra #396251

Color information

#396251 (or 0x396251) is unknown color: approx Spectra. HEX triplet: 39, 62 and 51. RGB value is (57,98,81). Sum of RGB (Red+Green+Blue) = 57+98+81=236 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.15% from 236); Green value is 98 (38.67% from 255 or 41.53% from 236); Blue value is 81 (32.03% from 255 or 34.32% from 236); Max value from RGB is 98 - color contains mainly: green. Hex color #396251 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396251 is #C69DAE. Grayscale: #535353. Windows color (decimal): -13016495 or 5333561. OLE color: 5333561.

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

Color convert

RGB579881-
CMYK0.4200.170.62
HSL155.12º26.45%30.39%-
HSV(B)155.12º41.84%38.43%-
XYZ7.5410.29.36-
YUV83.8126.42108.88-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.15%
GREEN value IS 98 (38.67% from 255) = 41.53%
BLUE value IS 81 (32.03% from 255) = 34.32%
R=24.15%
G=41.53%
B=34.32%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5798810.4200.170.62155.1226.4530.39
Hex3962512A0113E9b1a1e
Octal7114212152021762333236
Binary11100111000101010001101010010001111110100110111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396251; }

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

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

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

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

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

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

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

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