#39584C

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

Shades of Spectra #39584C

Tints of Spectra #39584C

Color information

#39584C (or 0x39584C) is unknown color: approx Spectra. HEX triplet: 39, 58 and 4C. RGB value is (57,88,76). Sum of RGB (Red+Green+Blue) = 57+88+76=221 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.79% from 221); Green value is 88 (34.77% from 255 or 39.82% from 221); Blue value is 76 (30.08% from 255 or 34.39% from 221); Max value from RGB is 88 - color contains mainly: green. Hex color #39584C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39584C is #C6A7B3. Grayscale: #4D4D4D. Windows color (decimal): -13019060 or 5003321. OLE color: 5003321.

HSL color Cylindrical-coordinate representation of color #39584C: hue angle of 156.77º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #39584C is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.65.

Color convert

RGB578876-
CMYK0.3500.140.65
HSL156.77º21.38%28.43%-
HSV(B)156.77º35.23%34.51%-
XYZ6.488.378.11-
YUV77.36127.23113.48-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.79%
GREEN value IS 88 (34.77% from 255) = 39.82%
BLUE value IS 76 (30.08% from 255) = 34.39%
R=25.79%
G=39.82%
B=34.39%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5788760.3500.140.65156.7721.3828.43
Hex39584C230E419d151c
Octal71130114430161012352534
Binary11100110110001001100100011011101000001100111011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39584C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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