Html Css Color HEX #313F3C Gable Green

📋 copy color: '#313F3C'

red 49 ◦ green 63 ◦ blue 60

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

Shades of Gable Green #313F3C

Tints of Gable Green #313F3C

RGB

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

 GREEN value IS 63 (25% from 255) = 36.63%

 BLUE value IS 60 (23.83% from 255) = 34.88%

R = 28.49%
G = 36.63%
B = 34.88%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.05

 K value IS 0.75

RGB Variations

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

Color information

#313F3C (or 0x313F3C) is known color: Gable Green. HEX triplet: 31, 3F and 3C. RGB value is (49,63,60). Sum of RGB (Red+Green+Blue) = 49+63+60=172 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.49% from 172); Green value is 63 (25% from 255 or 36.63% from 172); Blue value is 60 (23.83% from 255 or 34.88% from 172); Max value from RGB is 63 - color contains mainly: green. Hex color #313F3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313F3C is #CEC0C3. Grayscale: #3A3A3A. Windows color (decimal): -13549764 or 3948337. OLE color: 3948337.

HSL color Cylindrical-coordinate representation of color #313F3C: hue angle of 167.14º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #313F3C is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.75.

Color convert

RGB 49 63 60 -
CMYK 0.22 0 0.05 0.75
HSL 167.14º 0.13% 0.22% -
HSV(B) 167.14º 0.22% 0.25% -
XYZ 3.86 4.53 4.95 -
YUV 58.47 128.86 121.24 -
System Red Green Blue C M Y K H S L
Decimal 49 63 60 0.22 0 0.05 0.75 167.14 0.13 0.22
Hex 31 3F 3C 16 0 5 4B A7 C 16
Octal 61 77 74 26 0 5 113 247 14 26
Binary 110001 111111 111100 10110 0 101 1001011 10100111 1100 10110

Color Harmonies of #313F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313F3C

Black with #313F3C

Text Example


Text Example

White with #313F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313F3C; }

 p { color: rgb(49,63,60); }

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

background-color css

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

 a { background-color: rgb(49,63,60); }

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

border-color css

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

 span { border-color: rgb(49,63,60); }

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