#344F11

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

Shades of Turtle Green #344F11

Tints of Turtle Green #344F11

Color information

#344F11 (or 0x344F11) is unknown color: approx Turtle Green. HEX triplet: 34, 4F and 11. RGB value is (52,79,17). Sum of RGB (Red+Green+Blue) = 52+79+17=148 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.14% from 148); Green value is 79 (31.25% from 255 or 53.38% from 148); Blue value is 17 (7.03% from 255 or 11.49% from 148); Max value from RGB is 79 - color contains mainly: green. Hex color #344F11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #344F11 is #CBB0EE. Grayscale: #404040. Windows color (decimal): -13349103 or 1134388. OLE color: 1134388.

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

Color convert

RGB527917-
CMYK0.3400.780.69
HSL86.13º64.58%18.82%-
HSV(B)86.13º78.48%30.98%-
XYZ4.316.361.53-
YUV63.86101.55119.54-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 35.14%
GREEN value IS 79 (31.25% from 255) = 53.38%
BLUE value IS 17 (7.03% from 255) = 11.49%
R=35.14%
G=53.38%
B=11.49%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5279170.3400.780.6986.1364.5818.82
Hex344F112204E45564113
Octal641172142011610512610123
Binary1101001001111100011000100100111010001011010110100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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