#344412

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

Shades of Turtle Green #344412

Tints of Turtle Green #344412

Color information

#344412 (or 0x344412) is unknown color: approx Turtle Green. HEX triplet: 34, 44 and 12. RGB value is (52,68,18). Sum of RGB (Red+Green+Blue) = 52+68+18=138 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.68% from 138); Green value is 68 (26.95% from 255 or 49.28% from 138); Blue value is 18 (7.42% from 255 or 13.04% from 138); Max value from RGB is 68 - color contains mainly: green. Hex color #344412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344412 is #CBBBED. Grayscale: #393939. Windows color (decimal): -13351918 or 1197108. OLE color: 1197108.

HSL color Cylindrical-coordinate representation of color #344412: hue angle of 79.2º degrees, saturation: 0.58, 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 #344412 is Cyan = 0.24, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.73.

Color convert

RGB526818-
CMYK0.2400.740.73
HSL79.2º58.14%16.86%-
HSV(B)79.2º73.53%26.67%-
XYZ3.594.911.33-
YUV57.52105.7124.07-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 37.68%
GREEN value IS 68 (26.95% from 255) = 49.28%
BLUE value IS 18 (7.42% from 255) = 13.04%
R=37.68%
G=49.28%
B=13.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5268180.2400.740.7379.258.1416.86
Hex3444121804A494f3a11
Octal64104223001121111177221
Binary11010010001001001011000010010101001001100111111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344412; }

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

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

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

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

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

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

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

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