#314A12

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

Shades of Turtle Green #314A12

Tints of Turtle Green #314A12

Color information

#314A12 (or 0x314A12) is unknown color: approx Turtle Green. HEX triplet: 31, 4A and 12. RGB value is (49,74,18). Sum of RGB (Red+Green+Blue) = 49+74+18=141 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.75% from 141); Green value is 74 (29.30% from 255 or 52.48% from 141); Blue value is 18 (7.42% from 255 or 12.77% from 141); Max value from RGB is 74 - color contains mainly: green. Hex color #314A12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314A12 is #CEB5ED. Grayscale: #3C3C3C. Windows color (decimal): -13546990 or 1198641. OLE color: 1198641.

HSL color Cylindrical-coordinate representation of color #314A12: hue angle of 86.79º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #314A12 is Cyan = 0.34, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.71.

Color convert

RGB497418-
CMYK0.3400.760.71
HSL86.79º60.87%18.04%-
HSV(B)86.79º75.68%29.02%-
XYZ3.825.591.45-
YUV60.14104.22120.05-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 34.75%
GREEN value IS 74 (29.30% from 255) = 52.48%
BLUE value IS 18 (7.42% from 255) = 12.77%
R=34.75%
G=52.48%
B=12.77%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4974180.3400.760.7186.7960.8718.04
Hex314A122204C47573d12
Octal61112224201141071277522
Binary110001100101010010100010010011001000111101011111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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