#344614

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

Shades of Turtle Green #344614

Tints of Turtle Green #344614

Color information

#344614 (or 0x344614) is unknown color: approx Turtle Green. HEX triplet: 34, 46 and 14. RGB value is (52,70,20). Sum of RGB (Red+Green+Blue) = 52+70+20=142 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.62% from 142); Green value is 70 (27.73% from 255 or 49.30% from 142); Blue value is 20 (8.20% from 255 or 14.08% from 142); Max value from RGB is 70 - color contains mainly: green. Hex color #344614 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344614 is #CBB9EB. Grayscale: #3B3B3B. Windows color (decimal): -13351404 or 1328692. OLE color: 1328692.

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

Color convert

RGB527020-
CMYK0.2600.710.73
HSL81.6º55.56%17.65%-
HSV(B)81.6º71.43%27.45%-
XYZ3.735.161.46-
YUV58.92106.04123.07-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 36.62%
GREEN value IS 70 (27.73% from 255) = 49.30%
BLUE value IS 20 (8.20% from 255) = 14.08%
R=36.62%
G=49.30%
B=14.08%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5270200.2600.710.7381.655.5617.65
Hex3446141A04749523812
Octal64106243201071111227022
Binary11010010001101010011010010001111001001101001011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344614; }

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

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

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

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

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

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

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

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