#343913

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

Shades of Turtle Green #343913

Tints of Turtle Green #343913

Color information

#343913 (or 0x343913) is unknown color: approx Turtle Green. HEX triplet: 34, 39 and 13. RGB value is (52,57,19). Sum of RGB (Red+Green+Blue) = 52+57+19=128 (16% of max value = 765). Red value is 52 (20.70% from 255 or 40.62% from 128); Green value is 57 (22.66% from 255 or 44.53% from 128); Blue value is 19 (7.81% from 255 or 14.84% from 128); Max value from RGB is 57 - color contains mainly: green. Hex color #343913 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343913 is #CBC6EC. Grayscale: #333333. Windows color (decimal): -13354733 or 1259828. OLE color: 1259828.

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

Color convert

RGB525719-
CMYK0.0900.670.78
HSL67.89º50%14.9%-
HSV(B)67.89º66.67%22.35%-
XYZ33.71.17-
YUV51.17109.84128.59-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 40.62%
GREEN value IS 57 (22.66% from 255) = 44.53%
BLUE value IS 19 (7.81% from 255) = 14.84%
R=40.62%
G=44.53%
B=14.84%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5257190.0900.670.7867.895014.9
Hex34391390434E4432f
Octal6471231101031161046217
Binary11010011100110011100101000011100111010001001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343913; }

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

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

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

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

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

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

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

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