Html Css Color HEX #314742 Gable Green

📋 copy color: '#314742'

red 49 ◦ green 71 ◦ blue 66

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

Shades of Gable Green #314742

Tints of Gable Green #314742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 35.48%

R = 26.34%
G = 38.17%
B = 35.48%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.07

 K value IS 0.72

RGB Variations

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

Color information

#314742 (or 0x314742) is known color: Gable Green. HEX triplet: 31, 47 and 42. RGB value is (49,71,66). Sum of RGB (Red+Green+Blue) = 49+71+66=186 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.34% from 186); Green value is 71 (28.12% from 255 or 38.17% from 186); Blue value is 66 (26.17% from 255 or 35.48% from 186); Max value from RGB is 71 - color contains mainly: green. Hex color #314742 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314742 is #CEB8BD. Grayscale: #3F3F3F. Windows color (decimal): -13547710 or 4343601. OLE color: 4343601.

HSL color Cylindrical-coordinate representation of color #314742: hue angle of 166.36º 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 #314742 is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.72.

Color convert

RGB 49 71 66 -
CMYK 0.31 0 0.07 0.72
HSL 166.36º 0.18% 0.24% -
HSV(B) 166.36º 0.31% 0.28% -
XYZ 4.5 5.55 5.99 -
YUV 63.85 129.21 117.41 -
System Red Green Blue C M Y K H S L
Decimal 49 71 66 0.31 0 0.07 0.72 166.36 0.18 0.24
Hex 31 47 42 1F 0 7 48 A6 12 18
Octal 61 107 102 37 0 7 110 246 22 30
Binary 110001 1000111 1000010 11111 0 111 1001000 10100110 10010 11000

Color Harmonies of #314742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314742

Black with #314742

Text Example


Text Example

White with #314742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314742; }

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

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

background-color css

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

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

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

border-color css

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

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

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