#313F10

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

Shades of Turtle Green #313F10

Tints of Turtle Green #313F10

Color information

#313F10 (or 0x313F10) is unknown color: approx Turtle Green. HEX triplet: 31, 3F and 10. RGB value is (49,63,16). Sum of RGB (Red+Green+Blue) = 49+63+16=128 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.28% from 128); Green value is 63 (25% from 255 or 49.22% from 128); Blue value is 16 (6.64% from 255 or 12.5% from 128); Max value from RGB is 63 - color contains mainly: green. Hex color #313F10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313F10 is #CEC0EF. Grayscale: #353535. Windows color (decimal): -13549808 or 1064753. OLE color: 1064753.

HSL color Cylindrical-coordinate representation of color #313F10: hue angle of 77.87º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #313F10 is Cyan = 0.22, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.75.

Color convert

RGB496316-
CMYK0.2200.750.75
HSL77.87º59.49%15.49%-
HSV(B)77.87º74.6%24.71%-
XYZ3.144.251.14-
YUV53.46106.86124.82-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 38.28%
GREEN value IS 63 (25% from 255) = 49.22%
BLUE value IS 16 (6.64% from 255) = 12.5%
R=38.28%
G=49.22%
B=12.5%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4963160.2200.750.7577.8759.4915.49
Hex313F101604B4B4e3bf
Octal6177202601131131167317
Binary110001111111100001011001001011100101110011101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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