#344611

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

Shades of Turtle Green #344611

Tints of Turtle Green #344611

Color information

#344611 (or 0x344611) is unknown color: approx Turtle Green. HEX triplet: 34, 46 and 11. RGB value is (52,70,17). Sum of RGB (Red+Green+Blue) = 52+70+17=139 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.41% from 139); Green value is 70 (27.73% from 255 or 50.36% from 139); Blue value is 17 (7.03% from 255 or 12.23% from 139); Max value from RGB is 70 - color contains mainly: green. Hex color #344611 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344611 is #CBB9EE. Grayscale: #3A3A3A. Windows color (decimal): -13351407 or 1132084. OLE color: 1132084.

HSL color Cylindrical-coordinate representation of color #344611: hue angle of 80.38º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #344611 is Cyan = 0.26, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.73.

Color convert

RGB527017-
CMYK0.2600.760.73
HSL80.38º60.92%17.06%-
HSV(B)80.38º75.71%27.45%-
XYZ3.715.151.33-
YUV58.58104.54123.31-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 37.41%
GREEN value IS 70 (27.73% from 255) = 50.36%
BLUE value IS 17 (7.03% from 255) = 12.23%
R=37.41%
G=50.36%
B=12.23%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5270170.2600.760.7380.3860.9217.06
Hex3446111A04C49503d11
Octal64106213201141111207521
Binary11010010001101000111010010011001001001101000011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344611; }

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

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

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

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

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

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

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

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