#343E15

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

Shades of Turtle Green #343E15

Tints of Turtle Green #343E15

Color information

#343E15 (or 0x343E15) is unknown color: approx Turtle Green. HEX triplet: 34, 3E and 15. RGB value is (52,62,21). Sum of RGB (Red+Green+Blue) = 52+62+21=135 (17% of max value = 765). Red value is 52 (20.70% from 255 or 38.52% from 135); Green value is 62 (24.61% from 255 or 45.93% from 135); Blue value is 21 (8.59% from 255 or 15.56% from 135); Max value from RGB is 62 - color contains mainly: green. Hex color #343E15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343E15 is #CBC1EA. Grayscale: #363636. Windows color (decimal): -13353451 or 1392180. OLE color: 1392180.

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

Color convert

RGB526221-
CMYK0.1600.660.76
HSL74.63º49.4%16.27%-
HSV(B)74.63º66.13%24.31%-
XYZ3.274.231.35-
YUV54.34109.19126.33-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 38.52%
GREEN value IS 62 (24.61% from 255) = 45.93%
BLUE value IS 21 (8.59% from 255) = 15.56%
R=38.52%
G=45.93%
B=15.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5262210.1600.660.7674.6349.416.27
Hex343E15100424C4b3110
Octal6476252001021141136120
Binary1101001111101010110000010000101001100100101111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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