#31604F

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

Shades of Spectra #31604F

Tints of Spectra #31604F

Color information

#31604F (or 0x31604F) is unknown color: approx Spectra. HEX triplet: 31, 60 and 4F. RGB value is (49,96,79). Sum of RGB (Red+Green+Blue) = 49+96+79=224 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.88% from 224); Green value is 96 (37.89% from 255 or 42.86% from 224); Blue value is 79 (31.25% from 255 or 35.27% from 224); Max value from RGB is 96 - color contains mainly: green. Hex color #31604F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31604F is #CE9FB0. Grayscale: #505050. Windows color (decimal): -13541297 or 5201969. OLE color: 5201969.

HSL color Cylindrical-coordinate representation of color #31604F: hue angle of 158.3º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #31604F is Cyan = 0.49, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB499679-
CMYK0.4900.180.62
HSL158.3º32.41%28.43%-
HSV(B)158.3º48.96%37.65%-
XYZ6.869.588.89-
YUV80.01127.43105.88-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.88%
GREEN value IS 96 (37.89% from 255) = 42.86%
BLUE value IS 79 (31.25% from 255) = 35.27%
R=21.88%
G=42.86%
B=35.27%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4996790.4900.180.62158.332.4128.43
Hex31604F310123E9e201c
Octal6114011761022762364034
Binary110001110000010011111100010100101111101001111010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31604F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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