#343C16

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

Shades of Turtle Green #343C16

Tints of Turtle Green #343C16

Color information

#343C16 (or 0x343C16) is unknown color: approx Turtle Green. HEX triplet: 34, 3C and 16. RGB value is (52,60,22). Sum of RGB (Red+Green+Blue) = 52+60+22=134 (17% of max value = 765). Red value is 52 (20.70% from 255 or 38.81% from 134); Green value is 60 (23.83% from 255 or 44.78% from 134); Blue value is 22 (8.98% from 255 or 16.42% from 134); Max value from RGB is 60 - color contains mainly: green. Hex color #343C16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343C16 is #CBC3E9. Grayscale: #353535. Windows color (decimal): -13353962 or 1457204. OLE color: 1457204.

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

Color convert

RGB526022-
CMYK0.1300.630.76
HSL72.63º46.34%16.08%-
HSV(B)72.63º63.33%23.53%-
XYZ3.184.021.37-
YUV53.28110.35127.09-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 38.81%
GREEN value IS 60 (23.83% from 255) = 44.78%
BLUE value IS 22 (8.98% from 255) = 16.42%
R=38.81%
G=44.78%
B=16.42%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5260220.1300.630.7672.6346.3416.08
Hex343C16D03F4C492e10
Octal647426150771141115620
Binary11010011110010110110101111111001100100100110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,60,22); }

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

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

 a { background-color: rgb(52,60,22); }

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

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

 span { border-color: rgb(52,60,22); }

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