#344D13

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

Shades of Turtle Green #344D13

Tints of Turtle Green #344D13

Color information

#344D13 (or 0x344D13) is unknown color: approx Turtle Green. HEX triplet: 34, 4D and 13. RGB value is (52,77,19). Sum of RGB (Red+Green+Blue) = 52+77+19=148 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.14% from 148); Green value is 77 (30.47% from 255 or 52.03% from 148); Blue value is 19 (7.81% from 255 or 12.84% from 148); Max value from RGB is 77 - color contains mainly: green. Hex color #344D13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #344D13 is #CBB2EC. Grayscale: #3F3F3F. Windows color (decimal): -13349613 or 1264948. OLE color: 1264948.

HSL color Cylindrical-coordinate representation of color #344D13: hue angle of 85.86º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #344D13 is Cyan = 0.32, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.70.

Color convert

RGB527719-
CMYK0.3200.750.70
HSL85.86º60.42%18.82%-
HSV(B)85.86º75.32%30.2%-
XYZ4.196.081.57-
YUV62.91103.22120.22-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 35.14%
GREEN value IS 77 (30.47% from 255) = 52.03%
BLUE value IS 19 (7.81% from 255) = 12.84%
R=35.14%
G=52.03%
B=12.84%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5277190.3200.750.7085.8660.4218.82
Hex344D132004B46563c13
Octal64115234001131061267423
Binary110100100110110011100000010010111000110101011011110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344D13; }

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

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

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

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

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

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

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

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