#396352

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

Shades of Spectra #396352

Tints of Spectra #396352

Color information

#396352 (or 0x396352) is unknown color: approx Spectra. HEX triplet: 39, 63 and 52. RGB value is (57,99,82). Sum of RGB (Red+Green+Blue) = 57+99+82=238 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.95% from 238); Green value is 99 (39.06% from 255 or 41.60% from 238); Blue value is 82 (32.42% from 255 or 34.45% from 238); Max value from RGB is 99 - color contains mainly: green. Hex color #396352 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396352 is #C69CAD. Grayscale: #545454. Windows color (decimal): -13016238 or 5399353. OLE color: 5399353.

HSL color Cylindrical-coordinate representation of color #396352: hue angle of 155.71º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #396352 is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.61.

Color convert

RGB579982-
CMYK0.4200.170.61
HSL155.71º26.92%30.59%-
HSV(B)155.71º42.42%38.82%-
XYZ7.6710.49.59-
YUV84.5126.59108.38-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.95%
GREEN value IS 99 (39.06% from 255) = 41.60%
BLUE value IS 82 (32.42% from 255) = 34.45%
R=23.95%
G=41.60%
B=34.45%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5799820.4200.170.61155.7126.9230.59
Hex3963522A0113D9c1b1f
Octal7114312252021752343337
Binary11100111000111010010101010010001111101100111001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396352; }

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

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

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

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

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

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

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

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