Html Css Color HEX #314943 Gable Green

📋 copy color: '#314943'

red 49 ◦ green 73 ◦ blue 67

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

Shades of Gable Green #314943

Tints of Gable Green #314943

RGB

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

 GREEN value IS 73 (28.91% from 255) = 38.62%

 BLUE value IS 67 (26.56% from 255) = 35.45%

R = 25.93%
G = 38.62%
B = 35.45%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.08

 K value IS 0.71

RGB Variations

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

Color information

#314943 (or 0x314943) is known color: Gable Green. HEX triplet: 31, 49 and 43. RGB value is (49,73,67). Sum of RGB (Red+Green+Blue) = 49+73+67=189 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.93% from 189); Green value is 73 (28.91% from 255 or 38.62% from 189); Blue value is 67 (26.56% from 255 or 35.45% from 189); Max value from RGB is 73 - color contains mainly: green. Hex color #314943 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314943 is #CEB6BC. Grayscale: #414141. Windows color (decimal): -13547197 or 4409649. OLE color: 4409649.

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

Color convert

RGB 49 73 67 -
CMYK 0.33 0 0.08 0.71
HSL 165º 0.2% 0.24% -
HSV(B) 165º 0.33% 0.29% -
XYZ 4.66 5.82 6.19 -
YUV 65.14 129.05 116.49 -
System Red Green Blue C M Y K H S L
Decimal 49 73 67 0.33 0 0.08 0.71 165 0.2 0.24
Hex 31 49 43 21 0 8 47 A5 14 18
Octal 61 111 103 41 0 10 107 245 24 30
Binary 110001 1001001 1000011 100001 0 1000 1000111 10100101 10100 11000

Color Harmonies of #314943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314943

Black with #314943

Text Example


Text Example

White with #314943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314943; }

 p { color: rgb(49,73,67); }

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

background-color css

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

 a { background-color: rgb(49,73,67); }

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

border-color css

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

 span { border-color: rgb(49,73,67); }

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