#343E12

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

Shades of Turtle Green #343E12

Tints of Turtle Green #343E12

Color information

#343E12 (or 0x343E12) is unknown color: approx Turtle Green. HEX triplet: 34, 3E and 12. RGB value is (52,62,18). Sum of RGB (Red+Green+Blue) = 52+62+18=132 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.39% from 132); Green value is 62 (24.61% from 255 or 46.97% from 132); Blue value is 18 (7.42% from 255 or 13.64% from 132); Max value from RGB is 62 - color contains mainly: green. Hex color #343E12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343E12 is #CBC1ED. Grayscale: #363636. Windows color (decimal): -13353454 or 1195572. OLE color: 1195572.

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

Color convert

RGB526218-
CMYK0.1600.710.76
HSL73.64º55%15.69%-
HSV(B)73.64º70.97%24.31%-
XYZ3.254.221.22-
YUV53.99107.69126.58-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 39.39%
GREEN value IS 62 (24.61% from 255) = 46.97%
BLUE value IS 18 (7.42% from 255) = 13.64%
R=39.39%
G=46.97%
B=13.64%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5262180.1600.710.7673.645515.69
Hex343E12100474C4a3710
Octal6476222001071141126720
Binary1101001111101001010000010001111001100100101011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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