#3D594F

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

Shades of Spectra #3D594F

Tints of Spectra #3D594F

Color information

#3D594F (or 0x3D594F) is unknown color: approx Spectra. HEX triplet: 3D, 59 and 4F. RGB value is (61,89,79). Sum of RGB (Red+Green+Blue) = 61+89+79=229 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.64% from 229); Green value is 89 (35.16% from 255 or 38.86% from 229); Blue value is 79 (31.25% from 255 or 34.50% from 229); Max value from RGB is 89 - color contains mainly: green. Hex color #3D594F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D594F is #C2A6B0. Grayscale: #4F4F4F. Windows color (decimal): -12756657 or 5200189. OLE color: 5200189.

HSL color Cylindrical-coordinate representation of color #3D594F: hue angle of 158.57º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3D594F is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB618979-
CMYK0.3100.110.65
HSL158.57º18.67%29.41%-
HSV(B)158.57º31.46%34.9%-
XYZ6.918.78.71-
YUV79.49127.72114.81-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 26.64%
GREEN value IS 89 (35.16% from 255) = 38.86%
BLUE value IS 79 (31.25% from 255) = 34.50%
R=26.64%
G=38.86%
B=34.50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6189790.3100.110.65158.5718.6729.41
Hex3D594F1F0B419f131d
Octal75131117370131012372335
Binary1111011011001100111111111010111000001100111111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D594F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D594F; }

 p { color: rgb(61,89,79); }

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

<style>
 a { background-color: #3D594F; }

 a { background-color: rgb(61,89,79); }

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

<style>
 span { border-color: #3D594F; }

 span { border-color: rgb(61,89,79); }

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