#39584D

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

Shades of Spectra #39584D

Tints of Spectra #39584D

Color information

#39584D (or 0x39584D) is unknown color: approx Spectra. HEX triplet: 39, 58 and 4D. RGB value is (57,88,77). Sum of RGB (Red+Green+Blue) = 57+88+77=222 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.68% from 222); Green value is 88 (34.77% from 255 or 39.64% from 222); Blue value is 77 (30.47% from 255 or 34.68% from 222); Max value from RGB is 88 - color contains mainly: green. Hex color #39584D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39584D is #C6A7B2. Grayscale: #4D4D4D. Windows color (decimal): -13019059 or 5068857. OLE color: 5068857.

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

Color convert

RGB578877-
CMYK0.3500.120.65
HSL158.71º21.38%28.43%-
HSV(B)158.71º35.23%34.51%-
XYZ6.528.398.3-
YUV77.48127.73113.39-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.68%
GREEN value IS 88 (34.77% from 255) = 39.64%
BLUE value IS 77 (30.47% from 255) = 34.68%
R=25.68%
G=39.64%
B=34.68%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5788770.3500.120.65158.7121.3828.43
Hex39584D230C419f151c
Octal71130115430141012372534
Binary11100110110001001101100011011001000001100111111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39584D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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