#31433F

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

Shades of Gable Green #31433F

Tints of Gable Green #31433F

Color information

#31433F (or 0x31433F) is unknown color: approx Gable Green. HEX triplet: 31, 43 and 3F. RGB value is (49,67,63). Sum of RGB (Red+Green+Blue) = 49+67+63=179 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.37% from 179); Green value is 67 (26.56% from 255 or 37.43% from 179); Blue value is 63 (25% from 255 or 35.20% from 179); Max value from RGB is 67 - color contains mainly: green. Hex color #31433F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31433F is #CEBCC0. Grayscale: #3D3D3D. Windows color (decimal): -13548737 or 4145969. OLE color: 4145969.

HSL color Cylindrical-coordinate representation of color #31433F: hue angle of 166.67º 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 #31433F is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.74.

Color convert

RGB496763-
CMYK0.2700.060.74
HSL166.67º15.52%22.75%-
HSV(B)166.67º26.87%26.27%-
XYZ4.175.035.45-
YUV61.16129.04119.33-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.37%
GREEN value IS 67 (26.56% from 255) = 37.43%
BLUE value IS 63 (25% from 255) = 35.20%
R=27.37%
G=37.43%
B=35.20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4967630.2700.060.74166.6715.5222.75
Hex31433F1B064Aa71017
Octal611037733061122472027
Binary11000110000111111111101101101001010101001111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31433F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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