#39564C

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

Shades of Spectra #39564C

Tints of Spectra #39564C

Color information

#39564C (or 0x39564C) is unknown color: approx Spectra. HEX triplet: 39, 56 and 4C. RGB value is (57,86,76). Sum of RGB (Red+Green+Blue) = 57+86+76=219 (29% of max value = 765). Red value is 57 (22.66% from 255 or 26.03% from 219); Green value is 86 (33.98% from 255 or 39.27% from 219); Blue value is 76 (30.08% from 255 or 34.70% from 219); Max value from RGB is 86 - color contains mainly: green. Hex color #39564C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39564C is #C6A9B3. Grayscale: #4C4C4C. Windows color (decimal): -13019572 or 5002809. OLE color: 5002809.

HSL color Cylindrical-coordinate representation of color #39564C: hue angle of 159.31º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #39564C is Cyan = 0.34, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.66.

Color convert

RGB578676-
CMYK0.3400.120.66
HSL159.31º20.28%28.04%-
HSV(B)159.31º33.72%33.73%-
XYZ6.328.058.06-
YUV76.19127.89114.31-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.03%
GREEN value IS 86 (33.98% from 255) = 39.27%
BLUE value IS 76 (30.08% from 255) = 34.70%
R=26.03%
G=39.27%
B=34.70%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5786760.3400.120.66159.3120.2828.04
Hex39564C220C429f141c
Octal71126114420141022372434
Binary11100110101101001100100010011001000010100111111010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39564C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39564C; }

 p { color: rgb(57,86,76); }

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

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

 a { background-color: rgb(57,86,76); }

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

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

 span { border-color: rgb(57,86,76); }

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