#314B45

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

Shades of Gable Green #314B45

Tints of Gable Green #314B45

Color information

#314B45 (or 0x314B45) is unknown color: approx Gable Green. HEX triplet: 31, 4B and 45. RGB value is (49,75,69). Sum of RGB (Red+Green+Blue) = 49+75+69=193 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.39% from 193); Green value is 75 (29.69% from 255 or 38.86% from 193); Blue value is 69 (27.34% from 255 or 35.75% from 193); Max value from RGB is 75 - color contains mainly: green. Hex color #314B45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314B45 is #CEB4BA. Grayscale: #424242. Windows color (decimal): -13546683 or 4541233. OLE color: 4541233.

HSL color Cylindrical-coordinate representation of color #314B45: hue angle of 166.15º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #314B45 is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.71.

Color convert

RGB497569-
CMYK0.3500.080.71
HSL166.15º20.97%24.31%-
HSV(B)166.15º34.67%29.41%-
XYZ4.866.116.55-
YUV66.54129.39115.49-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.39%
GREEN value IS 75 (29.69% from 255) = 38.86%
BLUE value IS 69 (27.34% from 255) = 35.75%
R=25.39%
G=38.86%
B=35.75%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4975690.3500.080.71166.1520.9724.31
Hex314B45230847a61518
Octal61113105430101072462530
Binary11000110010111000101100011010001000111101001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314B45; }

 p { color: rgb(49,75,69); }

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

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

 a { background-color: rgb(49,75,69); }

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

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

 span { border-color: rgb(49,75,69); }

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