#396253

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

Shades of Spectra #396253

Tints of Spectra #396253

Color information

#396253 (or 0x396253) is unknown color: approx Spectra. HEX triplet: 39, 62 and 53. RGB value is (57,98,83). Sum of RGB (Red+Green+Blue) = 57+98+83=238 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.95% from 238); Green value is 98 (38.67% from 255 or 41.18% from 238); Blue value is 83 (32.81% from 255 or 34.87% from 238); Max value from RGB is 98 - color contains mainly: green. Hex color #396253 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396253 is #C69DAC. Grayscale: #545454. Windows color (decimal): -13016493 or 5464633. OLE color: 5464633.

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

Color convert

RGB579883-
CMYK0.4200.150.62
HSL158.05º26.45%30.39%-
HSV(B)158.05º41.84%38.43%-
XYZ7.6210.239.76-
YUV84.03127.42108.72-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.95%
GREEN value IS 98 (38.67% from 255) = 41.18%
BLUE value IS 83 (32.81% from 255) = 34.87%
R=23.95%
G=41.18%
B=34.87%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5798830.4200.150.62158.0526.4530.39
Hex3962532A0F3E9e1a1e
Octal7114212352017762363236
Binary1110011100010101001110101001111111110100111101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396253; }

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

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

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

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

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

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

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

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