#313F14

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

Shades of Turtle Green #313F14

Tints of Turtle Green #313F14

Color information

#313F14 (or 0x313F14) is unknown color: approx Turtle Green. HEX triplet: 31, 3F and 14. RGB value is (49,63,20). Sum of RGB (Red+Green+Blue) = 49+63+20=132 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.12% from 132); Green value is 63 (25% from 255 or 47.73% from 132); Blue value is 20 (8.20% from 255 or 15.15% from 132); Max value from RGB is 63 - color contains mainly: green. Hex color #313F14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313F14 is #CEC0EB. Grayscale: #363636. Windows color (decimal): -13549804 or 1326897. OLE color: 1326897.

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

Color convert

RGB496320-
CMYK0.2200.680.75
HSL79.53º51.81%16.27%-
HSV(B)79.53º68.25%24.71%-
XYZ3.174.261.32-
YUV53.91108.86124.5-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 37.12%
GREEN value IS 63 (25% from 255) = 47.73%
BLUE value IS 20 (8.20% from 255) = 15.15%
R=37.12%
G=47.73%
B=15.15%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4963200.2200.680.7579.5351.8116.27
Hex313F14160444B503410
Octal6177242601041131206420
Binary1100011111111010010110010001001001011101000011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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