#343B24

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

Shades of Turtle Green #343B24

Tints of Turtle Green #343B24

Color information

#343B24 (or 0x343B24) is unknown color: approx Turtle Green. HEX triplet: 34, 3B and 24. RGB value is (52,59,36). Sum of RGB (Red+Green+Blue) = 52+59+36=147 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.37% from 147); Green value is 59 (23.44% from 255 or 40.14% from 147); Blue value is 36 (14.45% from 255 or 24.49% from 147); Max value from RGB is 59 - color contains mainly: green. Hex color #343B24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343B24 is #CBC4DB. Grayscale: #363636. Windows color (decimal): -13354204 or 2374452. OLE color: 2374452.

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

Color convert

RGB525936-
CMYK0.1200.390.77
HSL78.26º24.21%18.63%-
HSV(B)78.26º38.98%23.14%-
XYZ3.33.992.26-
YUV54.28117.68126.37-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 35.37%
GREEN value IS 59 (23.44% from 255) = 40.14%
BLUE value IS 36 (14.45% from 255) = 24.49%
R=35.37%
G=40.14%
B=24.49%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5259360.1200.390.7778.2624.2118.63
Hex343B24C0274D4e1813
Octal647344140471151163023
Binary11010011101110010011000100111100110110011101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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