#314D12

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

Shades of Turtle Green #314D12

Tints of Turtle Green #314D12

Color information

#314D12 (or 0x314D12) is unknown color: approx Turtle Green. HEX triplet: 31, 4D and 12. RGB value is (49,77,18). Sum of RGB (Red+Green+Blue) = 49+77+18=144 (19% of max value = 765). Red value is 49 (19.53% from 255 or 34.03% from 144); Green value is 77 (30.47% from 255 or 53.47% from 144); Blue value is 18 (7.42% from 255 or 12.5% from 144); Max value from RGB is 77 - color contains mainly: green. Hex color #314D12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #314D12 is #CEB2ED. Grayscale: #3E3E3E. Windows color (decimal): -13546222 or 1199409. OLE color: 1199409.

HSL color Cylindrical-coordinate representation of color #314D12: hue angle of 88.47º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #314D12 is Cyan = 0.36, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.70.

Color convert

RGB497718-
CMYK0.3600.770.70
HSL88.47º62.11%18.63%-
HSV(B)88.47º76.62%30.2%-
XYZ4.0361.52-
YUV61.9103.22118.8-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 34.03%
GREEN value IS 77 (30.47% from 255) = 53.47%
BLUE value IS 18 (7.42% from 255) = 12.5%
R=34.03%
G=53.47%
B=12.5%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4977180.3600.770.7088.4762.1118.63
Hex314D122404D46583e13
Octal61115224401151061307623
Binary110001100110110010100100010011011000110101100011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314D12; }

 p { color: rgb(49,77,18); }

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

<style>
 a { background-color: #314D12; }

 a { background-color: rgb(49,77,18); }

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

<style>
 span { border-color: #314D12; }

 span { border-color: rgb(49,77,18); }

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