Html Css Color HEX #314440 Gable Green

📋 copy color: '#314440'

red 49 ◦ green 68 ◦ blue 64

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

Shades of Gable Green #314440

Tints of Gable Green #314440

RGB

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

 GREEN value IS 68 (26.95% from 255) = 37.57%

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

R = 27.07%
G = 37.57%
B = 35.36%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.06

 K value IS 0.73

RGB Variations

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

Color information

#314440 (or 0x314440) is known color: Gable Green. HEX triplet: 31, 44 and 40. RGB value is (49,68,64). Sum of RGB (Red+Green+Blue) = 49+68+64=181 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.07% from 181); Green value is 68 (26.95% from 255 or 37.57% from 181); Blue value is 64 (25.39% from 255 or 35.36% from 181); Max value from RGB is 68 - color contains mainly: green. Hex color #314440 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314440 is #CEBBBF. Grayscale: #3D3D3D. Windows color (decimal): -13548480 or 4211761. OLE color: 4211761.

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

Color convert

RGB 49 68 64 -
CMYK 0.28 0 0.06 0.73
HSL 167.37º 0.16% 0.23% -
HSV(B) 167.37º 0.28% 0.27% -
XYZ 4.26 5.16 5.62 -
YUV 61.86 129.21 118.83 -
System Red Green Blue C M Y K H S L
Decimal 49 68 64 0.28 0 0.06 0.73 167.37 0.16 0.23
Hex 31 44 40 1C 0 6 49 A7 10 17
Octal 61 104 100 34 0 6 111 247 20 27
Binary 110001 1000100 1000000 11100 0 110 1001001 10100111 10000 10111

Color Harmonies of #314440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314440

Black with #314440

Text Example


Text Example

White with #314440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314440; }

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

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

background-color css

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

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

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

border-color css

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

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

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