#344612

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

Shades of Turtle Green #344612

Tints of Turtle Green #344612

Color information

#344612 (or 0x344612) is unknown color: approx Turtle Green. HEX triplet: 34, 46 and 12. RGB value is (52,70,18). Sum of RGB (Red+Green+Blue) = 52+70+18=140 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.14% from 140); Green value is 70 (27.73% from 255 or 50% from 140); Blue value is 18 (7.42% from 255 or 12.86% from 140); Max value from RGB is 70 - color contains mainly: green. Hex color #344612 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344612 is #CBB9ED. Grayscale: #3A3A3A. Windows color (decimal): -13351406 or 1197620. OLE color: 1197620.

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

Color convert

RGB527018-
CMYK0.2600.740.73
HSL80.77º59.09%17.25%-
HSV(B)80.77º74.29%27.45%-
XYZ3.725.151.37-
YUV58.69105.04123.23-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 37.14%
GREEN value IS 70 (27.73% from 255) = 50%
BLUE value IS 18 (7.42% from 255) = 12.86%
R=37.14%
G=50%
B=12.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5270180.2600.740.7380.7759.0917.25
Hex3446121A04A49513b11
Octal64106223201121111217321
Binary11010010001101001011010010010101001001101000111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344612; }

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

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

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

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

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

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

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

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