#343E16

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

Shades of Turtle Green #343E16

Tints of Turtle Green #343E16

Color information

#343E16 (or 0x343E16) is unknown color: approx Turtle Green. HEX triplet: 34, 3E and 16. RGB value is (52,62,22). Sum of RGB (Red+Green+Blue) = 52+62+22=136 (18% of max value = 765). Red value is 52 (20.70% from 255 or 38.24% from 136); Green value is 62 (24.61% from 255 or 45.59% from 136); Blue value is 22 (8.98% from 255 or 16.18% from 136); Max value from RGB is 62 - color contains mainly: green. Hex color #343E16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343E16 is #CBC1E9. Grayscale: #363636. Windows color (decimal): -13353450 or 1457716. OLE color: 1457716.

HSL color Cylindrical-coordinate representation of color #343E16: hue angle of 75º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #343E16 is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.76.

Color convert

RGB526222-
CMYK0.1600.650.76
HSL75º47.62%16.47%-
HSV(B)75º64.52%24.31%-
XYZ3.284.231.4-
YUV54.45109.69126.25-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 38.24%
GREEN value IS 62 (24.61% from 255) = 45.59%
BLUE value IS 22 (8.98% from 255) = 16.18%
R=38.24%
G=45.59%
B=16.18%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5262220.1600.650.767547.6216.47
Hex343E16100414C4b3010
Octal6476262001011141136020
Binary1101001111101011010000010000011001100100101111000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343E16; }

 p { color: rgb(52,62,22); }

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

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

 a { background-color: rgb(52,62,22); }

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

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

 span { border-color: rgb(52,62,22); }

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