#344e10

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

Shades of Turtle Green #344E10

Tints of Turtle Green #344E10

Color information

#344E10 (or 0x344E10) is unknown color: approx Turtle Green. HEX triplet: 34, 4E and 10. RGB value is (52,78,16). Sum of RGB (Red+Green+Blue) = 52+78+16=146 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.62% from 146); Green value is 78 (30.86% from 255 or 53.42% from 146); Blue value is 16 (6.64% from 255 or 10.96% from 146); Max value from RGB is 78 - color contains mainly: green. Hex color #344E10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #344E10 is #CBB1EF. Grayscale: #3F3F3F. Windows color (decimal): -13349360 or 1068596. OLE color: 1068596.

HSL color Cylindrical-coordinate representation of color #344E10: hue angle of 85.16º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #344E10 is Cyan = 0.33, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.69.

Color convert

RGB527816-
CMYK0.3300.790.69
HSL85.16º65.96%18.43%-
HSV(B)85.16º79.49%30.59%-
XYZ4.236.221.47-
YUV63.16101.39120.04-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 35.62%
GREEN value IS 78 (30.86% from 255) = 53.42%
BLUE value IS 16 (6.64% from 255) = 10.96%
R=35.62%
G=53.42%
B=10.96%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5278160.3300.790.6985.1665.9618.43
Hex344E102104F45554212
Octal641162041011710512510222
Binary1101001001110100001000010100111110001011010101100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344e10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,78,16); }

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

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

 a { background-color: rgb(52,78,16); }

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

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

 span { border-color: rgb(52,78,16); }

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