#39564B

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

Shades of Spectra #39564B

Tints of Spectra #39564B

Color information

#39564B (or 0x39564B) is unknown color: approx Spectra. HEX triplet: 39, 56 and 4B. RGB value is (57,86,75). Sum of RGB (Red+Green+Blue) = 57+86+75=218 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.15% from 218); Green value is 86 (33.98% from 255 or 39.45% from 218); Blue value is 75 (29.69% from 255 or 34.40% from 218); Max value from RGB is 86 - color contains mainly: green. Hex color #39564B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39564B is #C6A9B4. Grayscale: #4C4C4C. Windows color (decimal): -13019573 or 4937273. OLE color: 4937273.

HSL color Cylindrical-coordinate representation of color #39564B: hue angle of 157.24º 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 #39564B is Cyan = 0.34, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.66.

Color convert

RGB578675-
CMYK0.3400.130.66
HSL157.24º20.28%28.04%-
HSV(B)157.24º33.72%33.73%-
XYZ6.298.037.88-
YUV76.08127.39114.39-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.15%
GREEN value IS 86 (33.98% from 255) = 39.45%
BLUE value IS 75 (29.69% from 255) = 34.40%
R=26.15%
G=39.45%
B=34.40%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5786750.3400.130.66157.2420.2828.04
Hex39564B220D429d141c
Octal71126113420151022352434
Binary11100110101101001011100010011011000010100111011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39564B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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