#343B1E

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

Shades of Turtle Green #343B1E

Tints of Turtle Green #343B1E

Color information

#343B1E (or 0x343B1E) is unknown color: approx Turtle Green. HEX triplet: 34, 3B and 1E. RGB value is (52,59,30). Sum of RGB (Red+Green+Blue) = 52+59+30=141 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.88% from 141); Green value is 59 (23.44% from 255 or 41.84% from 141); Blue value is 30 (12.11% from 255 or 21.28% from 141); Max value from RGB is 59 - color contains mainly: green. Hex color #343B1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343B1E is #CBC4E1. Grayscale: #353535. Windows color (decimal): -13354210 or 1981236. OLE color: 1981236.

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

Color convert

RGB525930-
CMYK0.1200.490.77
HSL74.48º32.58%17.45%-
HSV(B)74.48º49.15%23.14%-
XYZ3.213.951.82-
YUV53.6114.68126.86-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 36.88%
GREEN value IS 59 (23.44% from 255) = 41.84%
BLUE value IS 30 (12.11% from 255) = 21.28%
R=36.88%
G=41.84%
B=21.28%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5259300.1200.490.7774.4832.5817.45
Hex343B1EC0314D4a2111
Octal647336140611151124121
Binary11010011101111110110001100011001101100101010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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