#343F20

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

Shades of Turtle Green #343F20

Tints of Turtle Green #343F20

Color information

#343F20 (or 0x343F20) is unknown color: approx Turtle Green. HEX triplet: 34, 3F and 20. RGB value is (52,63,32). Sum of RGB (Red+Green+Blue) = 52+63+32=147 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.37% from 147); Green value is 63 (25% from 255 or 42.86% from 147); Blue value is 32 (12.89% from 255 or 21.77% from 147); Max value from RGB is 63 - color contains mainly: green. Hex color #343F20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343F20 is #CBC0DF. Grayscale: #383838. Windows color (decimal): -13353184 or 2113332. OLE color: 2113332.

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

Color convert

RGB526332-
CMYK0.1700.490.75
HSL81.29º32.63%18.63%-
HSV(B)81.29º49.21%24.71%-
XYZ3.454.392.03-
YUV56.18114.36125.02-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 35.37%
GREEN value IS 63 (25% from 255) = 42.86%
BLUE value IS 32 (12.89% from 255) = 21.77%
R=35.37%
G=42.86%
B=21.77%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5263320.1700.490.7581.2932.6318.63
Hex343F20110314B512113
Octal647740210611131214123
Binary1101001111111000001000101100011001011101000110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,63,32); }

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

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

 a { background-color: rgb(52,63,32); }

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

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

 span { border-color: rgb(52,63,32); }

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