#343D10

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

Shades of Turtle Green #343D10

Tints of Turtle Green #343D10

Color information

#343D10 (or 0x343D10) is unknown color: approx Turtle Green. HEX triplet: 34, 3D and 10. RGB value is (52,61,16). Sum of RGB (Red+Green+Blue) = 52+61+16=129 (17% of max value = 765). Red value is 52 (20.70% from 255 or 40.31% from 129); Green value is 61 (24.22% from 255 or 47.29% from 129); Blue value is 16 (6.64% from 255 or 12.40% from 129); Max value from RGB is 61 - color contains mainly: green. Hex color #343D10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343D10 is #CBC2EF. Grayscale: #353535. Windows color (decimal): -13353712 or 1064244. OLE color: 1064244.

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

Color convert

RGB526116-
CMYK0.1500.740.76
HSL72º58.44%15.1%-
HSV(B)72º73.77%23.92%-
XYZ3.184.11.12-
YUV53.18107.02127.16-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 40.31%
GREEN value IS 61 (24.22% from 255) = 47.29%
BLUE value IS 16 (6.64% from 255) = 12.40%
R=40.31%
G=47.29%
B=12.40%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5261160.1500.740.767258.4415.1
Hex343D10F04A4C483af
Octal6475201701121141107217
Binary11010011110110000111101001010100110010010001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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