#31604D

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

Shades of Spectra #31604D

Tints of Spectra #31604D

Color information

#31604D (or 0x31604D) is unknown color: approx Spectra. HEX triplet: 31, 60 and 4D. RGB value is (49,96,77). Sum of RGB (Red+Green+Blue) = 49+96+77=222 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.07% from 222); Green value is 96 (37.89% from 255 or 43.24% from 222); Blue value is 77 (30.47% from 255 or 34.68% from 222); Max value from RGB is 96 - color contains mainly: green. Hex color #31604D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31604D is #CE9FB2. Grayscale: #4F4F4F. Windows color (decimal): -13541299 or 5070897. OLE color: 5070897.

HSL color Cylindrical-coordinate representation of color #31604D: hue angle of 155.74º 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 #31604D is Cyan = 0.49, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB499677-
CMYK0.4900.200.62
HSL155.74º32.41%28.43%-
HSV(B)155.74º48.96%37.65%-
XYZ6.799.558.51-
YUV79.78126.43106.04-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.07%
GREEN value IS 96 (37.89% from 255) = 43.24%
BLUE value IS 77 (30.47% from 255) = 34.68%
R=22.07%
G=43.24%
B=34.68%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4996770.4900.200.62155.7432.4128.43
Hex31604D310143E9c201c
Octal6114011561024762344034
Binary110001110000010011011100010101001111101001110010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31604D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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