#343E05

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

Shades of Turtle Green #343E05

Tints of Turtle Green #343E05

Color information

#343E05 (or 0x343E05) is unknown color: approx Turtle Green. HEX triplet: 34, 3E and 05. RGB value is (52,62,5). Sum of RGB (Red+Green+Blue) = 52+62+5=119 (15% of max value = 765). Red value is 52 (20.70% from 255 or 43.70% from 119); Green value is 62 (24.61% from 255 or 52.10% from 119); Blue value is 5 (2.34% from 255 or 4.20% from 119); Max value from RGB is 62 - color contains mainly: green. Hex color #343E05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343E05 is #CBC1FA. Grayscale: #343434. Windows color (decimal): -13353467 or 343604. OLE color: 343604.

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

Color convert

RGB52625-
CMYK0.1600.920.76
HSL70.53º85.07%13.14%-
HSV(B)70.53º91.94%24.31%-
XYZ3.174.190.78-
YUV52.51101.19127.63-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 43.70%
GREEN value IS 62 (24.61% from 255) = 52.10%
BLUE value IS 5 (2.34% from 255) = 4.20%
R=43.70%
G=52.10%
B=4.20%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal526250.1600.920.7670.5385.0713.14
Hex343E51005C4C4755d
Octal6476520013411410712515
Binary11010011111010110000010111001001100100011110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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