#343A18

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

Shades of Turtle Green #343A18

Tints of Turtle Green #343A18

Color information

#343A18 (or 0x343A18) is unknown color: approx Turtle Green. HEX triplet: 34, 3A and 18. RGB value is (52,58,24). Sum of RGB (Red+Green+Blue) = 52+58+24=134 (17% of max value = 765). Red value is 52 (20.70% from 255 or 38.81% from 134); Green value is 58 (23.05% from 255 or 43.28% from 134); Blue value is 24 (9.77% from 255 or 17.91% from 134); Max value from RGB is 58 - color contains mainly: green. Hex color #343A18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343A18 is #CBC5E7. Grayscale: #343434. Windows color (decimal): -13354472 or 1587764. OLE color: 1587764.

HSL color Cylindrical-coordinate representation of color #343A18: hue angle of 70.59º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #343A18 is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.77.

Color convert

RGB525824-
CMYK0.1000.590.77
HSL70.59º41.46%16.08%-
HSV(B)70.59º58.62%22.75%-
XYZ3.093.821.44-
YUV52.33112.01127.76-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 38.81%
GREEN value IS 58 (23.05% from 255) = 43.28%
BLUE value IS 24 (9.77% from 255) = 17.91%
R=38.81%
G=43.28%
B=17.91%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5258240.1000.590.7770.5941.4616.08
Hex343A18A03B4D472910
Octal647230120731151075120
Binary11010011101011000101001110111001101100011110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,58,24); }

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

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

 a { background-color: rgb(52,58,24); }

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

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

 span { border-color: rgb(52,58,24); }

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