#343B13

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

Shades of Turtle Green #343B13

Tints of Turtle Green #343B13

Color information

#343B13 (or 0x343B13) is unknown color: approx Turtle Green. HEX triplet: 34, 3B and 13. RGB value is (52,59,19). Sum of RGB (Red+Green+Blue) = 52+59+19=130 (17% of max value = 765). Red value is 52 (20.70% from 255 or 40% from 130); Green value is 59 (23.44% from 255 or 45.38% from 130); Blue value is 19 (7.81% from 255 or 14.62% from 130); Max value from RGB is 59 - color contains mainly: green. Hex color #343B13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343B13 is #CBC4EC. Grayscale: #343434. Windows color (decimal): -13354221 or 1260340. OLE color: 1260340.

HSL color Cylindrical-coordinate representation of color #343B13: hue angle of 70.5º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #343B13 is Cyan = 0.12, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.77.

Color convert

RGB525919-
CMYK0.1200.680.77
HSL70.5º51.28%15.29%-
HSV(B)70.5º67.8%23.14%-
XYZ3.13.911.21-
YUV52.35109.18127.75-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 40%
GREEN value IS 59 (23.44% from 255) = 45.38%
BLUE value IS 19 (7.81% from 255) = 14.62%
R=40%
G=45.38%
B=14.62%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5259190.1200.680.7770.551.2815.29
Hex343B13C0444D4633f
Octal6473231401041151066317
Binary11010011101110011110001000100100110110001101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,59,19); }

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

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

 a { background-color: rgb(52,59,19); }

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

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

 span { border-color: rgb(52,59,19); }

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