#396254

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

Shades of Spectra #396254

Tints of Spectra #396254

Color information

#396254 (or 0x396254) is unknown color: approx Spectra. HEX triplet: 39, 62 and 54. RGB value is (57,98,84). Sum of RGB (Red+Green+Blue) = 57+98+84=239 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.85% from 239); Green value is 98 (38.67% from 255 or 41.00% from 239); Blue value is 84 (33.20% from 255 or 35.15% from 239); Max value from RGB is 98 - color contains mainly: green. Hex color #396254 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396254 is #C69DAB. Grayscale: #545454. Windows color (decimal): -13016492 or 5530169. OLE color: 5530169.

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

Color convert

RGB579884-
CMYK0.4200.140.62
HSL159.51º26.45%30.39%-
HSV(B)159.51º41.84%38.43%-
XYZ7.6610.259.96-
YUV84.14127.92108.64-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.85%
GREEN value IS 98 (38.67% from 255) = 41.00%
BLUE value IS 84 (33.20% from 255) = 35.15%
R=23.85%
G=41.00%
B=35.15%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5798840.4200.140.62159.5126.4530.39
Hex3962542A0E3Ea01a1e
Octal7114212452016762403236
Binary1110011100010101010010101001110111110101000001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396254; }

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

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

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

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

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

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

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

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