#31391D

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

Shades of Turtle Green #31391D

Tints of Turtle Green #31391D

Color information

#31391D (or 0x31391D) is unknown color: approx Turtle Green. HEX triplet: 31, 39 and 1D. RGB value is (49,57,29). Sum of RGB (Red+Green+Blue) = 49+57+29=135 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.30% from 135); Green value is 57 (22.66% from 255 or 42.22% from 135); Blue value is 29 (11.72% from 255 or 21.48% from 135); Max value from RGB is 57 - color contains mainly: green. Hex color #31391D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31391D is #CEC6E2. Grayscale: #333333. Windows color (decimal): -13551331 or 1915185. OLE color: 1915185.

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

Color convert

RGB495729-
CMYK0.1400.490.78
HSL77.14º32.56%16.86%-
HSV(B)77.14º49.12%22.35%-
XYZ2.953.671.71-
YUV51.42115.35126.28-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 36.30%
GREEN value IS 57 (22.66% from 255) = 42.22%
BLUE value IS 29 (11.72% from 255) = 21.48%
R=36.30%
G=42.22%
B=21.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4957290.1400.490.7877.1432.5616.86
Hex31391DE0314E4d2111
Octal617135160611161154121
Binary11000111100111101111001100011001110100110110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31391D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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