#39584E

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

Shades of Spectra #39584E

Tints of Spectra #39584E

Color information

#39584E (or 0x39584E) is unknown color: approx Spectra. HEX triplet: 39, 58 and 4E. RGB value is (57,88,78). Sum of RGB (Red+Green+Blue) = 57+88+78=223 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.56% from 223); Green value is 88 (34.77% from 255 or 39.46% from 223); Blue value is 78 (30.86% from 255 or 34.98% from 223); Max value from RGB is 88 - color contains mainly: green. Hex color #39584E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39584E is #C6A7B1. Grayscale: #4D4D4D. Windows color (decimal): -13019058 or 5134393. OLE color: 5134393.

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

Color convert

RGB578878-
CMYK0.3500.110.65
HSL160.65º21.38%28.43%-
HSV(B)160.65º35.23%34.51%-
XYZ6.558.48.48-
YUV77.59128.23113.31-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.56%
GREEN value IS 88 (34.77% from 255) = 39.46%
BLUE value IS 78 (30.86% from 255) = 34.98%
R=25.56%
G=39.46%
B=34.98%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5788780.3500.110.65160.6521.3828.43
Hex39584E230B41a1151c
Octal71130116430131012412534
Binary11100110110001001110100011010111000001101000011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39584E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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