#343D19

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

Shades of Turtle Green #343D19

Tints of Turtle Green #343D19

Color information

#343D19 (or 0x343D19) is unknown color: approx Turtle Green. HEX triplet: 34, 3D and 19. RGB value is (52,61,25). Sum of RGB (Red+Green+Blue) = 52+61+25=138 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.68% from 138); Green value is 61 (24.22% from 255 or 44.20% from 138); Blue value is 25 (10.16% from 255 or 18.12% from 138); Max value from RGB is 61 - color contains mainly: green. Hex color #343D19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343D19 is #CBC2E6. Grayscale: #363636. Windows color (decimal): -13353703 or 1654068. OLE color: 1654068.

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

Color convert

RGB526125-
CMYK0.1500.590.76
HSL75º41.86%16.86%-
HSV(B)75º59.02%23.92%-
XYZ3.264.141.55-
YUV54.2111.52126.43-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 37.68%
GREEN value IS 61 (24.22% from 255) = 44.20%
BLUE value IS 25 (10.16% from 255) = 18.12%
R=37.68%
G=44.20%
B=18.12%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5261250.1500.590.767541.8616.86
Hex343D19F03B4C4b2a11
Octal647531170731141135221
Binary11010011110111001111101110111001100100101110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,61,25); }

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

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

 a { background-color: rgb(52,61,25); }

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

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

 span { border-color: rgb(52,61,25); }

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