#313D10

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

Shades of Turtle Green #313D10

Tints of Turtle Green #313D10

Color information

#313D10 (or 0x313D10) is unknown color: approx Turtle Green. HEX triplet: 31, 3D and 10. RGB value is (49,61,16). Sum of RGB (Red+Green+Blue) = 49+61+16=126 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.89% from 126); Green value is 61 (24.22% from 255 or 48.41% from 126); Blue value is 16 (6.64% from 255 or 12.70% from 126); Max value from RGB is 61 - color contains mainly: green. Hex color #313D10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313D10 is #CEC2EF. Grayscale: #343434. Windows color (decimal): -13550320 or 1064241. OLE color: 1064241.

HSL color Cylindrical-coordinate representation of color #313D10: hue angle of 76º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #313D10 is Cyan = 0.20, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.76.

Color convert

RGB496116-
CMYK0.2000.740.76
HSL76º58.44%15.1%-
HSV(B)76º73.77%23.92%-
XYZ3.034.031.11-
YUV52.28107.52125.66-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 38.89%
GREEN value IS 61 (24.22% from 255) = 48.41%
BLUE value IS 16 (6.64% from 255) = 12.70%
R=38.89%
G=48.41%
B=12.70%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4961160.2000.740.767658.4415.1
Hex313D101404A4C4c3af
Octal6175202401121141147217
Binary110001111101100001010001001010100110010011001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313D10; }

 p { color: rgb(49,61,16); }

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

<style>
 a { background-color: #313D10; }

 a { background-color: rgb(49,61,16); }

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

<style>
 span { border-color: #313D10; }

 span { border-color: rgb(49,61,16); }

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