Html Css Color HEX #314541 Gable Green

📋 copy color: '#314541'

red 49 ◦ green 69 ◦ blue 65

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

Shades of Gable Green #314541

Tints of Gable Green #314541

RGB

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

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

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

R = 26.78%
G = 37.7%
B = 35.52%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.06

 K value IS 0.73

RGB Variations

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

Color information

#314541 (or 0x314541) is known color: Gable Green. HEX triplet: 31, 45 and 41. RGB value is (49,69,65). Sum of RGB (Red+Green+Blue) = 49+69+65=183 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.78% from 183); Green value is 69 (27.34% from 255 or 37.70% from 183); Blue value is 65 (25.78% from 255 or 35.52% from 183); Max value from RGB is 69 - color contains mainly: green. Hex color #314541 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314541 is #CEBABE. Grayscale: #3E3E3E. Windows color (decimal): -13548223 or 4277553. OLE color: 4277553.

HSL color Cylindrical-coordinate representation of color #314541: hue angle of 168º 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 #314541 is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.73.

Color convert

RGB 49 69 65 -
CMYK 0.29 0 0.06 0.73
HSL 168º 0.17% 0.23% -
HSV(B) 168º 0.29% 0.27% -
XYZ 4.35 5.29 5.79 -
YUV 62.56 129.37 118.33 -
System Red Green Blue C M Y K H S L
Decimal 49 69 65 0.29 0 0.06 0.73 168 0.17 0.23
Hex 31 45 41 1D 0 6 49 A8 11 17
Octal 61 105 101 35 0 6 111 250 21 27
Binary 110001 1000101 1000001 11101 0 110 1001001 10101000 10001 10111

Color Harmonies of #314541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314541

Black with #314541

Text Example


Text Example

White with #314541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314541; }

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

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

background-color css

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

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

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

border-color css

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

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

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