#344A10

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

Shades of Turtle Green #344A10

Tints of Turtle Green #344A10

Color information

#344A10 (or 0x344A10) is unknown color: approx Turtle Green. HEX triplet: 34, 4A and 10. RGB value is (52,74,16). Sum of RGB (Red+Green+Blue) = 52+74+16=142 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.62% from 142); Green value is 74 (29.30% from 255 or 52.11% from 142); Blue value is 16 (6.64% from 255 or 11.27% from 142); Max value from RGB is 74 - color contains mainly: green. Hex color #344A10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344A10 is #CBB5EF. Grayscale: #3D3D3D. Windows color (decimal): -13350384 or 1067572. OLE color: 1067572.

HSL color Cylindrical-coordinate representation of color #344A10: hue angle of 82.76º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #344A10 is Cyan = 0.30, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.71.

Color convert

RGB527416-
CMYK0.3000.780.71
HSL82.76º64.44%17.65%-
HSV(B)82.76º78.38%29.02%-
XYZ3.965.671.38-
YUV60.81102.71121.72-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 36.62%
GREEN value IS 74 (29.30% from 255) = 52.11%
BLUE value IS 16 (6.64% from 255) = 11.27%
R=36.62%
G=52.11%
B=11.27%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5274160.3000.780.7182.7664.4417.65
Hex344A101E04E47534012
Octal641122036011610712310022
Binary110100100101010000111100100111010001111010011100000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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