#31413D

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

Shades of Gable Green #31413D

Tints of Gable Green #31413D

Color information

#31413D (or 0x31413D) is unknown color: approx Gable Green. HEX triplet: 31, 41 and 3D. RGB value is (49,65,61). Sum of RGB (Red+Green+Blue) = 49+65+61=175 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28% from 175); Green value is 65 (25.78% from 255 or 37.14% from 175); Blue value is 61 (24.22% from 255 or 34.86% from 175); Max value from RGB is 65 - color contains mainly: green. Hex color #31413D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31413D is #CEBEC2. Grayscale: #3B3B3B. Windows color (decimal): -13549251 or 4014385. OLE color: 4014385.

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

Color convert

RGB496561-
CMYK0.2500.060.75
HSL165º14.04%22.35%-
HSV(B)165º24.62%25.49%-
XYZ44.775.12-
YUV59.76128.7120.33-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28%
GREEN value IS 65 (25.78% from 255) = 37.14%
BLUE value IS 61 (24.22% from 255) = 34.86%
R=28%
G=37.14%
B=34.86%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4965610.2500.060.7516514.0422.35
Hex31413D19064Ba5e16
Octal611017531061132451626
Binary1100011000001111101110010110100101110100101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31413D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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