#343A24

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

Shades of Turtle Green #343A24

Tints of Turtle Green #343A24

Color information

#343A24 (or 0x343A24) is unknown color: approx Turtle Green. HEX triplet: 34, 3A and 24. RGB value is (52,58,36). Sum of RGB (Red+Green+Blue) = 52+58+36=146 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.62% from 146); Green value is 58 (23.05% from 255 or 39.73% from 146); Blue value is 36 (14.45% from 255 or 24.66% from 146); Max value from RGB is 58 - color contains mainly: green. Hex color #343A24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343A24 is #CBC5DB. Grayscale: #353535. Windows color (decimal): -13354460 or 2374196. OLE color: 2374196.

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

Color convert

RGB525836-
CMYK0.1000.380.77
HSL76.36º23.4%18.43%-
HSV(B)76.36º37.93%22.75%-
XYZ3.253.882.25-
YUV53.7118.01126.79-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 35.62%
GREEN value IS 58 (23.05% from 255) = 39.73%
BLUE value IS 36 (14.45% from 255) = 24.66%
R=35.62%
G=39.73%
B=24.66%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5258360.1000.380.7776.3623.418.43
Hex343A24A0264D4c1712
Octal647244120461151142722
Binary11010011101010010010100100110100110110011001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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