Html Css Color HEX #314741 Gable Green

📋 copy color: '#314741'

red 49 ◦ green 71 ◦ blue 65

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

Shades of Gable Green #314741

Tints of Gable Green #314741

RGB

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

 GREEN value IS 71 (28.13% from 255) = 38.38%

 BLUE value IS 65 (25.78% from 255) = 35.14%

R = 26.49%
G = 38.38%
B = 35.14%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#314741 (or 0x314741) is known color: Gable Green. HEX triplet: 31, 47 and 41. RGB value is (49,71,65). Sum of RGB (Red+Green+Blue) = 49+71+65=185 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.49% from 185); Green value is 71 (28.12% from 255 or 38.38% from 185); Blue value is 65 (25.78% from 255 or 35.14% from 185); Max value from RGB is 71 - color contains mainly: green. Hex color #314741 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314741 is #CEB8BE. Grayscale: #3F3F3F. Windows color (decimal): -13547711 or 4278065. OLE color: 4278065.

HSL color Cylindrical-coordinate representation of color #314741: hue angle of 163.64º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #314741 is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.72.

Color convert

RGB 49 71 65 -
CMYK 0.31 0 0.08 0.72
HSL 163.64º 0.18% 0.24% -
HSV(B) 163.64º 0.31% 0.28% -
XYZ 4.47 5.54 5.83 -
YUV 63.74 128.71 117.49 -
System Red Green Blue C M Y K H S L
Decimal 49 71 65 0.31 0 0.08 0.72 163.64 0.18 0.24
Hex 31 47 41 1F 0 8 48 A4 12 18
Octal 61 107 101 37 0 10 110 244 22 30
Binary 110001 1000111 1000001 11111 0 1000 1001000 10100100 10010 11000

Color Harmonies of #314741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314741

Black with #314741

Text Example


Text Example

White with #314741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314741; }

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

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

background-color css

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

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

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

border-color css

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

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

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