#31370C

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

Shades of Turtle Green #31370C

Tints of Turtle Green #31370C

Color information

#31370C (or 0x31370C) is unknown color: approx Turtle Green. HEX triplet: 31, 37 and 0C. RGB value is (49,55,12). Sum of RGB (Red+Green+Blue) = 49+55+12=116 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.24% from 116); Green value is 55 (21.88% from 255 or 47.41% from 116); Blue value is 12 (5.08% from 255 or 10.34% from 116); Max value from RGB is 55 - color contains mainly: green. Hex color #31370C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31370C is #CEC8F3. Grayscale: #303030. Windows color (decimal): -13551860 or 800561. OLE color: 800561.

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

Color convert

RGB495512-
CMYK0.1100.780.78
HSL68.37º64.18%13.14%-
HSV(B)68.37º78.18%21.57%-
XYZ2.73.410.86-
YUV48.3107.51128.5-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 42.24%
GREEN value IS 55 (21.88% from 255) = 47.41%
BLUE value IS 12 (5.08% from 255) = 10.34%
R=42.24%
G=47.41%
B=10.34%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4955120.1100.780.7868.3764.1813.14
Hex3137CB04E4E4440d
Octal61671413011611610410015
Binary11000111011111001011010011101001110100010010000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31370C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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