#316652

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

Shades of Spectra #316652

Tints of Spectra #316652

Color information

#316652 (or 0x316652) is unknown color: approx Spectra. HEX triplet: 31, 66 and 52. RGB value is (49,102,82). Sum of RGB (Red+Green+Blue) = 49+102+82=233 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.03% from 233); Green value is 102 (40.23% from 255 or 43.78% from 233); Blue value is 82 (32.42% from 255 or 35.19% from 233); Max value from RGB is 102 - color contains mainly: green. Hex color #316652 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316652 is #CE99AD. Grayscale: #535353. Windows color (decimal): -13539758 or 5400113. OLE color: 5400113.

HSL color Cylindrical-coordinate representation of color #316652: hue angle of 157.36º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #316652 is Cyan = 0.52, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.6.

Color convert

RGB4910282-
CMYK0.5200.200.6
HSL157.36º35.1%29.61%-
HSV(B)157.36º51.96%40%-
XYZ7.5410.769.66-
YUV83.87126.94103.13-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.03%
GREEN value IS 102 (40.23% from 255) = 43.78%
BLUE value IS 82 (32.42% from 255) = 35.19%
R=21.03%
G=43.78%
B=35.19%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal49102820.5200.200.6157.3635.129.61
Hex316652340143C9d231e
Octal6114612264024742354336
Binary110001110011010100101101000101001111001001110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316652; }

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

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

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

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

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

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

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

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