#343E19

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

Shades of Turtle Green #343E19

Tints of Turtle Green #343E19

Color information

#343E19 (or 0x343E19) is unknown color: approx Turtle Green. HEX triplet: 34, 3E and 19. RGB value is (52,62,25). Sum of RGB (Red+Green+Blue) = 52+62+25=139 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.41% from 139); Green value is 62 (24.61% from 255 or 44.60% from 139); Blue value is 25 (10.16% from 255 or 17.99% from 139); Max value from RGB is 62 - color contains mainly: green. Hex color #343E19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343E19 is #CBC1E6. Grayscale: #363636. Windows color (decimal): -13353447 or 1654324. OLE color: 1654324.

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

Color convert

RGB526225-
CMYK0.1600.600.76
HSL76.22º42.53%17.06%-
HSV(B)76.22º59.68%24.31%-
XYZ3.314.251.56-
YUV54.79111.19126.01-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 37.41%
GREEN value IS 62 (24.61% from 255) = 44.60%
BLUE value IS 25 (10.16% from 255) = 17.99%
R=37.41%
G=44.60%
B=17.99%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5262250.1600.600.7676.2242.5317.06
Hex343E191003C4C4c2b11
Octal647631200741141145321
Binary110100111110110011000001111001001100100110010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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