#343A1F

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

Shades of Turtle Green #343A1F

Tints of Turtle Green #343A1F

Color information

#343A1F (or 0x343A1F) is unknown color: approx Turtle Green. HEX triplet: 34, 3A and 1F. RGB value is (52,58,31). Sum of RGB (Red+Green+Blue) = 52+58+31=141 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.88% from 141); Green value is 58 (23.05% from 255 or 41.13% from 141); Blue value is 31 (12.5% from 255 or 21.99% from 141); Max value from RGB is 58 - color contains mainly: green. Hex color #343A1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343A1F is #CBC5E0. Grayscale: #353535. Windows color (decimal): -13354465 or 2046516. OLE color: 2046516.

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

Color convert

RGB525831-
CMYK0.1000.470.77
HSL73.33º30.34%17.45%-
HSV(B)73.33º46.55%22.75%-
XYZ3.183.861.87-
YUV53.13115.51127.2-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 36.88%
GREEN value IS 58 (23.05% from 255) = 41.13%
BLUE value IS 31 (12.5% from 255) = 21.99%
R=36.88%
G=41.13%
B=21.99%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5258310.1000.470.7773.3330.3417.45
Hex343A1FA02F4D491e11
Octal647237120571151113621
Binary1101001110101111110100101111100110110010011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,58,31); }

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

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

 a { background-color: rgb(52,58,31); }

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

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

 span { border-color: rgb(52,58,31); }

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