#31614F

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

Shades of Spectra #31614F

Tints of Spectra #31614F

Color information

#31614F (or 0x31614F) is unknown color: approx Spectra. HEX triplet: 31, 61 and 4F. RGB value is (49,97,79). Sum of RGB (Red+Green+Blue) = 49+97+79=225 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.78% from 225); Green value is 97 (38.28% from 255 or 43.11% from 225); Blue value is 79 (31.25% from 255 or 35.11% from 225); Max value from RGB is 97 - color contains mainly: green. Hex color #31614F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31614F is #CE9EB0. Grayscale: #505050. Windows color (decimal): -13541041 or 5202225. OLE color: 5202225.

HSL color Cylindrical-coordinate representation of color #31614F: hue angle of 157.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 #31614F is Cyan = 0.49, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB499779-
CMYK0.4900.190.62
HSL157.5º32.88%28.63%-
HSV(B)157.5º49.48%38.04%-
XYZ6.959.778.92-
YUV80.6127.1105.46-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.78%
GREEN value IS 97 (38.28% from 255) = 43.11%
BLUE value IS 79 (31.25% from 255) = 35.11%
R=21.78%
G=43.11%
B=35.11%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4997790.4900.190.62157.532.8828.63
Hex31614F310133E9e211d
Octal6114111761023762364135
Binary110001110000110011111100010100111111101001111010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31614F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31614F; }

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

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

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

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

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

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

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

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