#316153

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

Shades of Spectra #316153

Tints of Spectra #316153

Color information

#316153 (or 0x316153) is unknown color: approx Spectra. HEX triplet: 31, 61 and 53. RGB value is (49,97,83). Sum of RGB (Red+Green+Blue) = 49+97+83=229 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.40% from 229); Green value is 97 (38.28% from 255 or 42.36% from 229); Blue value is 83 (32.81% from 255 or 36.24% from 229); Max value from RGB is 97 - color contains mainly: green. Hex color #316153 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316153 is #CE9EAC. Grayscale: #515151. Windows color (decimal): -13541037 or 5464369. OLE color: 5464369.

HSL color Cylindrical-coordinate representation of color #316153: hue angle of 162.5º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #316153 is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB499783-
CMYK0.4900.140.62
HSL162.5º32.88%28.63%-
HSV(B)162.5º49.48%38.04%-
XYZ7.19.839.71-
YUV81.05129.1105.14-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.40%
GREEN value IS 97 (38.28% from 255) = 42.36%
BLUE value IS 83 (32.81% from 255) = 36.24%
R=21.40%
G=42.36%
B=36.24%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4997830.4900.140.62162.532.8828.63
Hex316153310E3Ea2211d
Octal6114112361016762424135
Binary11000111000011010011110001011101111101010001010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316153; }

 p { color: rgb(49,97,83); }

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

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

 a { background-color: rgb(49,97,83); }

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

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

 span { border-color: rgb(49,97,83); }

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