#343C14

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

Shades of Turtle Green #343C14

Tints of Turtle Green #343C14

Color information

#343C14 (or 0x343C14) is unknown color: approx Turtle Green. HEX triplet: 34, 3C and 14. RGB value is (52,60,20). Sum of RGB (Red+Green+Blue) = 52+60+20=132 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.39% from 132); Green value is 60 (23.83% from 255 or 45.45% from 132); Blue value is 20 (8.20% from 255 or 15.15% from 132); Max value from RGB is 60 - color contains mainly: green. Hex color #343C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343C14 is #CBC3EB. Grayscale: #353535. Windows color (decimal): -13353964 or 1326132. OLE color: 1326132.

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

Color convert

RGB526020-
CMYK0.1300.670.76
HSL72º50%15.69%-
HSV(B)72º66.67%23.53%-
XYZ3.164.011.27-
YUV53.05109.35127.25-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 39.39%
GREEN value IS 60 (23.83% from 255) = 45.45%
BLUE value IS 20 (8.20% from 255) = 15.15%
R=39.39%
G=45.45%
B=15.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5260200.1300.670.76725015.69
Hex343C14D0434C483210
Octal6474241501031141106220
Binary110100111100101001101010000111001100100100011001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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