#396252

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

Shades of Spectra #396252

Tints of Spectra #396252

Color information

#396252 (or 0x396252) is unknown color: approx Spectra. HEX triplet: 39, 62 and 52. RGB value is (57,98,82). Sum of RGB (Red+Green+Blue) = 57+98+82=237 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.05% from 237); Green value is 98 (38.67% from 255 or 41.35% from 237); Blue value is 82 (32.42% from 255 or 34.60% from 237); Max value from RGB is 98 - color contains mainly: green. Hex color #396252 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396252 is #C69DAD. Grayscale: #535353. Windows color (decimal): -13016494 or 5399097. OLE color: 5399097.

HSL color Cylindrical-coordinate representation of color #396252: hue angle of 156.59º 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 #396252 is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB579882-
CMYK0.4200.160.62
HSL156.59º26.45%30.39%-
HSV(B)156.59º41.84%38.43%-
XYZ7.5810.219.55-
YUV83.92126.92108.8-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.05%
GREEN value IS 98 (38.67% from 255) = 41.35%
BLUE value IS 82 (32.42% from 255) = 34.60%
R=24.05%
G=41.35%
B=34.60%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5798820.4200.160.62156.5926.4530.39
Hex3962522A0103E9d1a1e
Octal7114212252020762353236
Binary11100111000101010010101010010000111110100111011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396252; }

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

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

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

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

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

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

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

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