Html Css Color HEX #314540 Gable Green

📋 copy color: '#314540'

red 49 ◦ green 69 ◦ blue 64

#314540
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gable Green #314540

Tints of Gable Green #314540

RGB

 RED value IS 49 (19.53% from 255) = 26.92%

 GREEN value IS 69 (27.34% from 255) = 37.91%

 BLUE value IS 64 (25.39% from 255) = 35.16%

R = 26.92%
G = 37.91%
B = 35.16%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.07

 K value IS 0.73

RGB Variations

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

Color information

#314540 (or 0x314540) is known color: Gable Green. HEX triplet: 31, 45 and 40. RGB value is (49,69,64). Sum of RGB (Red+Green+Blue) = 49+69+64=182 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.92% from 182); Green value is 69 (27.34% from 255 or 37.91% from 182); Blue value is 64 (25.39% from 255 or 35.16% from 182); Max value from RGB is 69 - color contains mainly: green. Hex color #314540 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314540 is #CEBABF. Grayscale: #3E3E3E. Windows color (decimal): -13548224 or 4212017. OLE color: 4212017.

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

Color convert

RGB 49 69 64 -
CMYK 0.29 0 0.07 0.73
HSL 165º 0.17% 0.23% -
HSV(B) 165º 0.29% 0.27% -
XYZ 4.32 5.28 5.64 -
YUV 62.45 128.87 118.41 -
System Red Green Blue C M Y K H S L
Decimal 49 69 64 0.29 0 0.07 0.73 165 0.17 0.23
Hex 31 45 40 1D 0 7 49 A5 11 17
Octal 61 105 100 35 0 7 111 245 21 27
Binary 110001 1000101 1000000 11101 0 111 1001001 10100101 10001 10111

Color Harmonies of #314540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314540

Black with #314540

Text Example


Text Example

White with #314540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314540; }

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

 H1.HeaderClassName
 {
   color: #314540;
 }
 .AnyTagClassName
 {
   color: #314540;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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