#314641

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

Shades of Gable Green #314641

Tints of Gable Green #314641

Color information

#314641 (or 0x314641) is unknown color: approx Gable Green. HEX triplet: 31, 46 and 41. RGB value is (49,70,65). Sum of RGB (Red+Green+Blue) = 49+70+65=184 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.63% from 184); Green value is 70 (27.73% from 255 or 38.04% from 184); Blue value is 65 (25.78% from 255 or 35.33% from 184); Max value from RGB is 70 - color contains mainly: green. Hex color #314641 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314641 is #CEB9BE. Grayscale: #3F3F3F. Windows color (decimal): -13547967 or 4277809. OLE color: 4277809.

HSL color Cylindrical-coordinate representation of color #314641: hue angle of 165.71º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #314641 is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.73.

Color convert

RGB497065-
CMYK0.3000.070.73
HSL165.71º17.65%23.33%-
HSV(B)165.71º30%27.45%-
XYZ4.415.415.81-
YUV63.15129.04117.91-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.63%
GREEN value IS 70 (27.73% from 255) = 38.04%
BLUE value IS 65 (25.78% from 255) = 35.33%
R=26.63%
G=38.04%
B=35.33%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4970650.3000.070.73165.7117.6523.33
Hex3146411E0749a61217
Octal6110610136071112462227
Binary110001100011010000011111001111001001101001101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314641; }

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

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

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

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

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

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

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

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