#343712

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

Shades of Turtle Green #343712

Tints of Turtle Green #343712

Color information

#343712 (or 0x343712) is unknown color: approx Turtle Green. HEX triplet: 34, 37 and 12. RGB value is (52,55,18). Sum of RGB (Red+Green+Blue) = 52+55+18=125 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.6% from 125); Green value is 55 (21.88% from 255 or 44% from 125); Blue value is 18 (7.42% from 255 or 14.4% from 125); Max value from RGB is 55 - color contains mainly: green. Hex color #343712 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343712 is #CBC8ED. Grayscale: #323232. Windows color (decimal): -13355246 or 1193780. OLE color: 1193780.

HSL color Cylindrical-coordinate representation of color #343712: hue angle of 64.86º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #343712 is Cyan = 0.05, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.78.

Color convert

RGB525518-
CMYK0.0500.670.78
HSL64.86º50.68%14.31%-
HSV(B)64.86º67.27%21.57%-
XYZ2.893.511.1-
YUV49.88110.01129.51-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 41.6%
GREEN value IS 55 (21.88% from 255) = 44%
BLUE value IS 18 (7.42% from 255) = 14.4%
R=41.6%
G=44%
B=14.4%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5255180.0500.670.7864.8650.6814.31
Hex34371250434E4133e
Octal646722501031161016316
Binary1101001101111001010101000011100111010000011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343712; }

 p { color: rgb(52,55,18); }

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

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

 a { background-color: rgb(52,55,18); }

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

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

 span { border-color: rgb(52,55,18); }

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