Html Css Color HEX #314C45 Gable Green

📋 copy color: '#314C45'

red 49 ◦ green 76 ◦ blue 69

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

Shades of Gable Green #314C45

Tints of Gable Green #314C45

RGB

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

 GREEN value IS 76 (30.08% from 255) = 39.18%

 BLUE value IS 69 (27.34% from 255) = 35.57%

R = 25.26%
G = 39.18%
B = 35.57%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.09

 K value IS 0.70

RGB Variations

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

Color information

#314C45 (or 0x314C45) is known color: Gable Green. HEX triplet: 31, 4C and 45. RGB value is (49,76,69). Sum of RGB (Red+Green+Blue) = 49+76+69=194 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.26% from 194); Green value is 76 (30.08% from 255 or 39.18% from 194); Blue value is 69 (27.34% from 255 or 35.57% from 194); Max value from RGB is 76 - color contains mainly: green. Hex color #314C45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314C45 is #CEB3BA. Grayscale: #434343. Windows color (decimal): -13546427 or 4541489. OLE color: 4541489.

HSL color Cylindrical-coordinate representation of color #314C45: hue angle of 164.44º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #314C45 is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.70.

Color convert

RGB 49 76 69 -
CMYK 0.36 0 0.09 0.70
HSL 164.44º 0.22% 0.25% -
HSV(B) 164.44º 0.36% 0.3% -
XYZ 4.93 6.25 6.58 -
YUV 67.13 129.05 115.07 -
System Red Green Blue C M Y K H S L
Decimal 49 76 69 0.36 0 0.09 0.70 164.44 0.22 0.25
Hex 31 4C 45 24 0 9 46 A4 16 19
Octal 61 114 105 44 0 11 106 244 26 31
Binary 110001 1001100 1000101 100100 0 1001 1000110 10100100 10110 11001

Color Harmonies of #314C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314C45

Black with #314C45

Text Example


Text Example

White with #314C45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314C45; }

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

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

background-color css

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

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

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

border-color css

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

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

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