#316452

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

Shades of Spectra #316452

Tints of Spectra #316452

Color information

#316452 (or 0x316452) is unknown color: approx Spectra. HEX triplet: 31, 64 and 52. RGB value is (49,100,82). Sum of RGB (Red+Green+Blue) = 49+100+82=231 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.21% from 231); Green value is 100 (39.45% from 255 or 43.29% from 231); Blue value is 82 (32.42% from 255 or 35.50% from 231); Max value from RGB is 100 - color contains mainly: green. Hex color #316452 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316452 is #CE9BAD. Grayscale: #525252. Windows color (decimal): -13540270 or 5399601. OLE color: 5399601.

HSL color Cylindrical-coordinate representation of color #316452: hue angle of 158.82º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #316452 is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.61.

Color convert

RGB4910082-
CMYK0.5100.180.61
HSL158.82º34.23%29.22%-
HSV(B)158.82º51%39.22%-
XYZ7.3510.389.6-
YUV82.7127.6103.96-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.21%
GREEN value IS 100 (39.45% from 255) = 43.29%
BLUE value IS 82 (32.42% from 255) = 35.50%
R=21.21%
G=43.29%
B=35.50%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal49100820.5100.180.61158.8234.2329.22
Hex316452330123D9f221d
Octal6114412263022752374235
Binary110001110010010100101100110100101111011001111110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316452; }

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

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

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

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

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

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

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

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