#31391F

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

Shades of Turtle Green #31391F

Tints of Turtle Green #31391F

Color information

#31391F (or 0x31391F) is unknown color: approx Turtle Green. HEX triplet: 31, 39 and 1F. RGB value is (49,57,31). Sum of RGB (Red+Green+Blue) = 49+57+31=137 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.77% from 137); Green value is 57 (22.66% from 255 or 41.61% from 137); Blue value is 31 (12.5% from 255 or 22.63% from 137); Max value from RGB is 57 - color contains mainly: green. Hex color #31391F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31391F is #CEC6E0. Grayscale: #333333. Windows color (decimal): -13551329 or 2046257. OLE color: 2046257.

HSL color Cylindrical-coordinate representation of color #31391F: hue angle of 78.46º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #31391F is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.78.

Color convert

RGB495731-
CMYK0.1400.460.78
HSL78.46º29.55%17.25%-
HSV(B)78.46º45.61%22.35%-
XYZ2.983.681.85-
YUV51.64116.35126.11-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 35.77%
GREEN value IS 57 (22.66% from 255) = 41.61%
BLUE value IS 31 (12.5% from 255) = 22.63%
R=35.77%
G=41.61%
B=22.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4957310.1400.460.7878.4629.5517.25
Hex31391FE02E4E4e1e11
Octal617137160561161163621
Binary1100011110011111111100101110100111010011101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31391F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,57,31); }

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

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

 a { background-color: rgb(49,57,31); }

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

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

 span { border-color: rgb(49,57,31); }

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