#343910

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

Shades of Turtle Green #343910

Tints of Turtle Green #343910

Color information

#343910 (or 0x343910) is unknown color: approx Turtle Green. HEX triplet: 34, 39 and 10. RGB value is (52,57,16). Sum of RGB (Red+Green+Blue) = 52+57+16=125 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.6% from 125); Green value is 57 (22.66% from 255 or 45.6% from 125); Blue value is 16 (6.64% from 255 or 12.8% from 125); Max value from RGB is 57 - color contains mainly: green. Hex color #343910 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343910 is #CBC6EF. Grayscale: #323232. Windows color (decimal): -13354736 or 1063220. OLE color: 1063220.

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

Color convert

RGB525716-
CMYK0.0900.720.78
HSL67.32º56.16%14.31%-
HSV(B)67.32º71.93%22.35%-
XYZ2.973.691.05-
YUV50.83108.34128.83-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 41.6%
GREEN value IS 57 (22.66% from 255) = 45.6%
BLUE value IS 16 (6.64% from 255) = 12.8%
R=41.6%
G=45.6%
B=12.8%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5257160.0900.720.7867.3256.1614.31
Hex34391090484E4338e
Octal6471201101101161037016
Binary11010011100110000100101001000100111010000111110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343910; }

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

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

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

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

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

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

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

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