#315D52

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

Shades of Spectra #315D52

Tints of Spectra #315D52

Color information

#315D52 (or 0x315D52) is unknown color: approx Spectra. HEX triplet: 31, 5D and 52. RGB value is (49,93,82). Sum of RGB (Red+Green+Blue) = 49+93+82=224 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.88% from 224); Green value is 93 (36.72% from 255 or 41.52% from 224); Blue value is 82 (32.42% from 255 or 36.61% from 224); Max value from RGB is 93 - color contains mainly: green. Hex color #315D52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315D52 is #CEA2AD. Grayscale: #4E4E4E. Windows color (decimal): -13542062 or 5397809. OLE color: 5397809.

HSL color Cylindrical-coordinate representation of color #315D52: hue angle of 165º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #315D52 is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.64.

Color convert

RGB499382-
CMYK0.4700.120.64
HSL165º30.99%27.84%-
HSV(B)165º47.31%36.47%-
XYZ6.79.099.38-
YUV78.59129.92106.89-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.88%
GREEN value IS 93 (36.72% from 255) = 41.52%
BLUE value IS 82 (32.42% from 255) = 36.61%
R=21.88%
G=41.52%
B=36.61%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4993820.4700.120.6416530.9927.84
Hex315D522F0C40a51f1c
Octal61135122570141002453734
Binary11000110111011010010101111011001000000101001011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315D52; }

 p { color: rgb(49,93,82); }

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

<style>
 a { background-color: #315D52; }

 a { background-color: rgb(49,93,82); }

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

<style>
 span { border-color: #315D52; }

 span { border-color: rgb(49,93,82); }

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