#31423D

Color #31423D Gable Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gable Green #31423D

Tints of Gable Green #31423D

Color information

#31423D (or 0x31423D) is unknown color: approx Gable Green. HEX triplet: 31, 42 and 3D. RGB value is (49,66,61). Sum of RGB (Red+Green+Blue) = 49+66+61=176 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.84% from 176); Green value is 66 (26.17% from 255 or 37.5% from 176); Blue value is 61 (24.22% from 255 or 34.66% from 176); Max value from RGB is 66 - color contains mainly: green. Hex color #31423D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31423D is #CEBDC2. Grayscale: #3C3C3C. Windows color (decimal): -13548995 or 4014641. OLE color: 4014641.

HSL color Cylindrical-coordinate representation of color #31423D: hue angle of 162.35º degrees, saturation: 0.15, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #31423D is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.74.

Color convert

RGB496661-
CMYK0.2600.080.74
HSL162.35º14.78%22.55%-
HSV(B)162.35º25.76%25.88%-
XYZ4.064.895.14-
YUV60.35128.37119.91-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.84%
GREEN value IS 66 (26.17% from 255) = 37.5%
BLUE value IS 61 (24.22% from 255) = 34.66%
R=27.84%
G=37.5%
B=34.66%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4966610.2600.080.74162.3514.7822.55
Hex31423D1A084Aa2f17
Octal6110275320101122421727
Binary11000110000101111011101001000100101010100010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31423D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31423D; }

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

 H1.HeaderClassName
 {
   color: #31423D;
 }
 .AnyTagClassName
 {
   color: #31423D;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #31423D;
 }
 .BgClassName
 {
   background-color: #31423D;
 }
</style>
border-color css

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

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

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