#344F12

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

Shades of Turtle Green #344F12

Tints of Turtle Green #344F12

Color information

#344F12 (or 0x344F12) is unknown color: approx Turtle Green. HEX triplet: 34, 4F and 12. RGB value is (52,79,18). Sum of RGB (Red+Green+Blue) = 52+79+18=149 (19% of max value = 765). Red value is 52 (20.70% from 255 or 34.90% from 149); Green value is 79 (31.25% from 255 or 53.02% from 149); Blue value is 18 (7.42% from 255 or 12.08% from 149); Max value from RGB is 79 - color contains mainly: green. Hex color #344F12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #344F12 is #CBB0ED. Grayscale: #404040. Windows color (decimal): -13349102 or 1199924. OLE color: 1199924.

HSL color Cylindrical-coordinate representation of color #344F12: hue angle of 86.56º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #344F12 is Cyan = 0.34, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.69.

Color convert

RGB527918-
CMYK0.3400.770.69
HSL86.56º62.89%19.02%-
HSV(B)86.56º77.22%30.98%-
XYZ4.326.371.57-
YUV63.97102.05119.46-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 34.90%
GREEN value IS 79 (31.25% from 255) = 53.02%
BLUE value IS 18 (7.42% from 255) = 12.08%
R=34.90%
G=53.02%
B=12.08%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5279180.3400.770.6986.5662.8919.02
Hex344F122204D45573f13
Octal64117224201151051277723
Binary110100100111110010100010010011011000101101011111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344F12; }

 p { color: rgb(52,79,18); }

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

<style>
 a { background-color: #344F12; }

 a { background-color: rgb(52,79,18); }

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

<style>
 span { border-color: #344F12; }

 span { border-color: rgb(52,79,18); }

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