#344413

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

Shades of Turtle Green #344413

Tints of Turtle Green #344413

Color information

#344413 (or 0x344413) is unknown color: approx Turtle Green. HEX triplet: 34, 44 and 13. RGB value is (52,68,19). Sum of RGB (Red+Green+Blue) = 52+68+19=139 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.41% from 139); Green value is 68 (26.95% from 255 or 48.92% from 139); Blue value is 19 (7.81% from 255 or 13.67% from 139); Max value from RGB is 68 - color contains mainly: green. Hex color #344413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344413 is #CBBBEC. Grayscale: #393939. Windows color (decimal): -13351917 or 1262644. OLE color: 1262644.

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

Color convert

RGB526819-
CMYK0.2400.720.73
HSL79.59º56.32%17.06%-
HSV(B)79.59º72.06%26.67%-
XYZ3.64.911.37-
YUV57.63106.2123.98-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 37.41%
GREEN value IS 68 (26.95% from 255) = 48.92%
BLUE value IS 19 (7.81% from 255) = 13.67%
R=37.41%
G=48.92%
B=13.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5268190.2400.720.7379.5956.3217.06
Hex3444131804849503811
Octal64104233001101111207021
Binary11010010001001001111000010010001001001101000011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344413; }

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

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

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

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

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

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

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

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