#343A25

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

Shades of Turtle Green #343A25

Tints of Turtle Green #343A25

Color information

#343A25 (or 0x343A25) is unknown color: approx Turtle Green. HEX triplet: 34, 3A and 25. RGB value is (52,58,37). Sum of RGB (Red+Green+Blue) = 52+58+37=147 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.37% from 147); Green value is 58 (23.05% from 255 or 39.46% from 147); Blue value is 37 (14.84% from 255 or 25.17% from 147); Max value from RGB is 58 - color contains mainly: green. Hex color #343A25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343A25 is #CBC5DA. Grayscale: #353535. Windows color (decimal): -13354459 or 2439732. OLE color: 2439732.

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

Color convert

RGB525837-
CMYK0.1000.360.77
HSL77.14º22.11%18.63%-
HSV(B)77.14º36.21%22.75%-
XYZ3.263.892.33-
YUV53.81118.51126.71-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 35.37%
GREEN value IS 58 (23.05% from 255) = 39.46%
BLUE value IS 37 (14.84% from 255) = 25.17%
R=35.37%
G=39.46%
B=25.17%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5258370.1000.360.7777.1422.1118.63
Hex343A25A0244D4d1613
Octal647245120441151152623
Binary11010011101010010110100100100100110110011011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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