#344C11

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

Shades of Turtle Green #344C11

Tints of Turtle Green #344C11

Color information

#344C11 (or 0x344C11) is unknown color: approx Turtle Green. HEX triplet: 34, 4C and 11. RGB value is (52,76,17). Sum of RGB (Red+Green+Blue) = 52+76+17=145 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.86% from 145); Green value is 76 (30.08% from 255 or 52.41% from 145); Blue value is 17 (7.03% from 255 or 11.72% from 145); Max value from RGB is 76 - color contains mainly: green. Hex color #344C11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344C11 is #CBB3EE. Grayscale: #3E3E3E. Windows color (decimal): -13349871 or 1133620. OLE color: 1133620.

HSL color Cylindrical-coordinate representation of color #344C11: hue angle of 84.41º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #344C11 is Cyan = 0.32, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.70.

Color convert

RGB527617-
CMYK0.3200.780.70
HSL84.41º63.44%18.24%-
HSV(B)84.41º77.63%29.8%-
XYZ4.15.941.46-
YUV62.1102.55120.8-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 35.86%
GREEN value IS 76 (30.08% from 255) = 52.41%
BLUE value IS 17 (7.03% from 255) = 11.72%
R=35.86%
G=52.41%
B=11.72%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5276170.3200.780.7084.4163.4418.24
Hex344C112004E46543f12
Octal64114214001161061247722
Binary110100100110010001100000010011101000110101010011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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