#343911

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

Shades of Turtle Green #343911

Tints of Turtle Green #343911

Color information

#343911 (or 0x343911) is unknown color: approx Turtle Green. HEX triplet: 34, 39 and 11. RGB value is (52,57,17). Sum of RGB (Red+Green+Blue) = 52+57+17=126 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.27% from 126); Green value is 57 (22.66% from 255 or 45.24% from 126); Blue value is 17 (7.03% from 255 or 13.49% from 126); Max value from RGB is 57 - color contains mainly: green. Hex color #343911 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343911 is #CBC6EE. Grayscale: #333333. Windows color (decimal): -13354735 or 1128756. OLE color: 1128756.

HSL color Cylindrical-coordinate representation of color #343911: hue angle of 67.5º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #343911 is Cyan = 0.09, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.78.

Color convert

RGB525717-
CMYK0.0900.700.78
HSL67.5º54.05%14.51%-
HSV(B)67.5º70.18%22.35%-
XYZ2.983.71.09-
YUV50.94108.84128.75-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 41.27%
GREEN value IS 57 (22.66% from 255) = 45.24%
BLUE value IS 17 (7.03% from 255) = 13.49%
R=41.27%
G=45.24%
B=13.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5257170.0900.700.7867.554.0514.51
Hex34391190464E4436f
Octal6471211101061161046617
Binary11010011100110001100101000110100111010001001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343911; }

 p { color: rgb(52,57,17); }

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

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

 a { background-color: rgb(52,57,17); }

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

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

 span { border-color: rgb(52,57,17); }

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