#314741

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

Shades of Gable Green #314741

Tints of Gable Green #314741

Color information

#314741 (or 0x314741) is unknown color: approx Gable Green. HEX triplet: 31, 47 and 41. RGB value is (49,71,65). Sum of RGB (Red+Green+Blue) = 49+71+65=185 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.49% from 185); Green value is 71 (28.12% from 255 or 38.38% from 185); Blue value is 65 (25.78% from 255 or 35.14% from 185); Max value from RGB is 71 - color contains mainly: green. Hex color #314741 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314741 is #CEB8BE. Grayscale: #3F3F3F. Windows color (decimal): -13547711 or 4278065. OLE color: 4278065.

HSL color Cylindrical-coordinate representation of color #314741: hue angle of 163.64º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #314741 is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.72.

Color convert

RGB497165-
CMYK0.3100.080.72
HSL163.64º18.33%23.53%-
HSV(B)163.64º30.99%27.84%-
XYZ4.475.545.83-
YUV63.74128.71117.49-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.49%
GREEN value IS 71 (28.12% from 255) = 38.38%
BLUE value IS 65 (25.78% from 255) = 35.14%
R=26.49%
G=38.38%
B=35.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4971650.3100.080.72163.6418.3323.53
Hex3147411F0848a41218
Octal61107101370101102442230
Binary1100011000111100000111111010001001000101001001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314741; }

 p { color: rgb(49,71,65); }

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

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

 a { background-color: rgb(49,71,65); }

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

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

 span { border-color: rgb(49,71,65); }

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