#39594C

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

Shades of Spectra #39594C

Tints of Spectra #39594C

Color information

#39594C (or 0x39594C) is unknown color: approx Spectra. HEX triplet: 39, 59 and 4C. RGB value is (57,89,76). Sum of RGB (Red+Green+Blue) = 57+89+76=222 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.68% from 222); Green value is 89 (35.16% from 255 or 40.09% from 222); Blue value is 76 (30.08% from 255 or 34.23% from 222); Max value from RGB is 89 - color contains mainly: green. Hex color #39594C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39594C is #C6A6B3. Grayscale: #4D4D4D. Windows color (decimal): -13018804 or 5003577. OLE color: 5003577.

HSL color Cylindrical-coordinate representation of color #39594C: hue angle of 155.62º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #39594C is Cyan = 0.36, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB578976-
CMYK0.3600.150.65
HSL155.62º21.92%28.63%-
HSV(B)155.62º35.96%34.9%-
XYZ6.568.548.14-
YUV77.95126.9113.06-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.68%
GREEN value IS 89 (35.16% from 255) = 40.09%
BLUE value IS 76 (30.08% from 255) = 34.23%
R=25.68%
G=40.09%
B=34.23%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5789760.3600.150.65155.6221.9228.63
Hex39594C240F419c161d
Octal71131114440171012342635
Binary11100110110011001100100100011111000001100111001011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39594C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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