#31370D

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

Shades of Turtle Green #31370D

Tints of Turtle Green #31370D

Color information

#31370D (or 0x31370D) is unknown color: approx Turtle Green. HEX triplet: 31, 37 and 0D. RGB value is (49,55,13). Sum of RGB (Red+Green+Blue) = 49+55+13=117 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.88% from 117); Green value is 55 (21.88% from 255 or 47.01% from 117); Blue value is 13 (5.47% from 255 or 11.11% from 117); Max value from RGB is 55 - color contains mainly: green. Hex color #31370D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31370D is #CEC8F2. Grayscale: #303030. Windows color (decimal): -13551859 or 866097. OLE color: 866097.

HSL color Cylindrical-coordinate representation of color #31370D: hue angle of 68.57º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31370D is Cyan = 0.11, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.78.

Color convert

RGB495513-
CMYK0.1100.760.78
HSL68.57º61.76%13.33%-
HSV(B)68.57º76.36%21.57%-
XYZ2.713.410.9-
YUV48.42108.01128.42-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 41.88%
GREEN value IS 55 (21.88% from 255) = 47.01%
BLUE value IS 13 (5.47% from 255) = 11.11%
R=41.88%
G=47.01%
B=11.11%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4955130.1100.760.7868.5761.7613.33
Hex3137DB04C4E453ed
Octal6167151301141161057615
Binary1100011101111101101101001100100111010001011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31370D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,55,13); }

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

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

 a { background-color: rgb(49,55,13); }

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

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

 span { border-color: rgb(49,55,13); }

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