#39594D

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

Shades of Spectra #39594D

Tints of Spectra #39594D

Color information

#39594D (or 0x39594D) is unknown color: approx Spectra. HEX triplet: 39, 59 and 4D. RGB value is (57,89,77). Sum of RGB (Red+Green+Blue) = 57+89+77=223 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.56% from 223); Green value is 89 (35.16% from 255 or 39.91% from 223); Blue value is 77 (30.47% from 255 or 34.53% from 223); Max value from RGB is 89 - color contains mainly: green. Hex color #39594D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39594D is #C6A6B2. Grayscale: #4E4E4E. Windows color (decimal): -13018803 or 5069113. OLE color: 5069113.

HSL color Cylindrical-coordinate representation of color #39594D: hue angle of 157.5º 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 #39594D is Cyan = 0.36, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.65.

Color convert

RGB578977-
CMYK0.3600.130.65
HSL157.5º21.92%28.63%-
HSV(B)157.5º35.96%34.9%-
XYZ6.68.558.32-
YUV78.06127.4112.98-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.56%
GREEN value IS 89 (35.16% from 255) = 39.91%
BLUE value IS 77 (30.47% from 255) = 34.53%
R=25.56%
G=39.91%
B=34.53%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5789770.3600.130.65157.521.9228.63
Hex39594D240D419e161d
Octal71131115440151012362635
Binary11100110110011001101100100011011000001100111101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39594D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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