#313F3B

Color #313F3B Gable Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gable Green #313F3B

Tints of Gable Green #313F3B

Color information

#313F3B (or 0x313F3B) is unknown color: approx Gable Green. HEX triplet: 31, 3F and 3B. RGB value is (49,63,59). Sum of RGB (Red+Green+Blue) = 49+63+59=171 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.65% from 171); Green value is 63 (25% from 255 or 36.84% from 171); Blue value is 59 (23.44% from 255 or 34.50% from 171); Max value from RGB is 63 - color contains mainly: green. Hex color #313F3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313F3B is #CEC0C4. Grayscale: #3A3A3A. Windows color (decimal): -13549765 or 3882801. OLE color: 3882801.

HSL color Cylindrical-coordinate representation of color #313F3B: hue angle of 162.86º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #313F3B is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.75.

Color convert

RGB496359-
CMYK0.2200.060.75
HSL162.86º12.5%21.96%-
HSV(B)162.86º22.22%24.71%-
XYZ3.834.524.81-
YUV58.36128.36121.33-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.65%
GREEN value IS 63 (25% from 255) = 36.84%
BLUE value IS 59 (23.44% from 255) = 34.50%
R=28.65%
G=36.84%
B=34.50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4963590.2200.060.75162.8612.521.96
Hex313F3B16064Ba3c16
Octal61777326061132431426
Binary110001111111111011101100110100101110100011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313F3B; }

 p { color: rgb(49,63,59); }

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

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

 a { background-color: rgb(49,63,59); }

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

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

 span { border-color: rgb(49,63,59); }

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