#316552

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

Shades of Spectra #316552

Tints of Spectra #316552

Color information

#316552 (or 0x316552) is unknown color: approx Spectra. HEX triplet: 31, 65 and 52. RGB value is (49,101,82). Sum of RGB (Red+Green+Blue) = 49+101+82=232 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.12% from 232); Green value is 101 (39.84% from 255 or 43.53% from 232); Blue value is 82 (32.42% from 255 or 35.34% from 232); Max value from RGB is 101 - color contains mainly: green. Hex color #316552 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316552 is #CE9AAD. Grayscale: #535353. Windows color (decimal): -13540014 or 5399857. OLE color: 5399857.

HSL color Cylindrical-coordinate representation of color #316552: hue angle of 158.08º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #316552 is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.60.

Color convert

RGB4910182-
CMYK0.5100.190.60
HSL158.08º34.67%29.41%-
HSV(B)158.08º51.49%39.61%-
XYZ7.4410.579.63-
YUV83.29127.27103.54-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.12%
GREEN value IS 101 (39.84% from 255) = 43.53%
BLUE value IS 82 (32.42% from 255) = 35.34%
R=21.12%
G=43.53%
B=35.34%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal49101820.5100.190.60158.0834.6729.41
Hex316552330133C9e231d
Octal6114512263023742364335
Binary110001110010110100101100110100111111001001111010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316552; }

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

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

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

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

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

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

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

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