#31634F

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

Shades of Spectra #31634F

Tints of Spectra #31634F

Color information

#31634F (or 0x31634F) is unknown color: approx Spectra. HEX triplet: 31, 63 and 4F. RGB value is (49,99,79). Sum of RGB (Red+Green+Blue) = 49+99+79=227 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.59% from 227); Green value is 99 (39.06% from 255 or 43.61% from 227); Blue value is 79 (31.25% from 255 or 34.80% from 227); Max value from RGB is 99 - color contains mainly: green. Hex color #31634F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31634F is #CE9CB0. Grayscale: #515151. Windows color (decimal): -13540529 or 5202737. OLE color: 5202737.

HSL color Cylindrical-coordinate representation of color #31634F: hue angle of 156º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #31634F is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.61.

Color convert

RGB499979-
CMYK0.5100.200.61
HSL156º33.78%29.02%-
HSV(B)156º50.51%38.82%-
XYZ7.1410.148.98-
YUV81.77126.44104.63-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.59%
GREEN value IS 99 (39.06% from 255) = 43.61%
BLUE value IS 79 (31.25% from 255) = 34.80%
R=21.59%
G=43.61%
B=34.80%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4999790.5100.200.6115633.7829.02
Hex31634F330143D9c221d
Octal6114311763024752344235
Binary110001110001110011111100110101001111011001110010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31634F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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