#31433E

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

Shades of Gable Green #31433E

Tints of Gable Green #31433E

Color information

#31433E (or 0x31433E) is unknown color: approx Gable Green. HEX triplet: 31, 43 and 3E. RGB value is (49,67,62). Sum of RGB (Red+Green+Blue) = 49+67+62=178 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.53% from 178); Green value is 67 (26.56% from 255 or 37.64% from 178); Blue value is 62 (24.61% from 255 or 34.83% from 178); Max value from RGB is 67 - color contains mainly: green. Hex color #31433E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31433E is #CEBCC1. Grayscale: #3D3D3D. Windows color (decimal): -13548738 or 4080433. OLE color: 4080433.

HSL color Cylindrical-coordinate representation of color #31433E: hue angle of 163.33º degrees, saturation: 0.16, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #31433E is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.74.

Color convert

RGB496762-
CMYK0.2700.070.74
HSL163.33º15.52%22.75%-
HSV(B)163.33º26.87%26.27%-
XYZ4.145.025.31-
YUV61.05128.54119.41-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.53%
GREEN value IS 67 (26.56% from 255) = 37.64%
BLUE value IS 62 (24.61% from 255) = 34.83%
R=27.53%
G=37.64%
B=34.83%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4967620.2700.070.74163.3315.5222.75
Hex31433E1B074Aa31017
Octal611037633071122432027
Binary11000110000111111101101101111001010101000111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31433E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31433E; }

 p { color: rgb(49,67,62); }

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

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

 a { background-color: rgb(49,67,62); }

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

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

 span { border-color: rgb(49,67,62); }

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