#334513

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

Shades of Turtle Green #334513

Tints of Turtle Green #334513

Color information

#334513 (or 0x334513) is unknown color: approx Turtle Green. HEX triplet: 33, 45 and 13. RGB value is (51,69,19). Sum of RGB (Red+Green+Blue) = 51+69+19=139 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.69% from 139); Green value is 69 (27.34% from 255 or 49.64% from 139); Blue value is 19 (7.81% from 255 or 13.67% from 139); Max value from RGB is 69 - color contains mainly: green. Hex color #334513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334513 is #CCBAEC. Grayscale: #3A3A3A. Windows color (decimal): -13417197 or 1262899. OLE color: 1262899.

HSL color Cylindrical-coordinate representation of color #334513: hue angle of 81.6º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #334513 is Cyan = 0.26, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.73.

Color convert

RGB516919-
CMYK0.2600.720.73
HSL81.6º56.82%17.25%-
HSV(B)81.6º72.46%27.06%-
XYZ3.615.011.39-
YUV57.92106.04123.07-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 36.69%
GREEN value IS 69 (27.34% from 255) = 49.64%
BLUE value IS 19 (7.81% from 255) = 13.67%
R=36.69%
G=49.64%
B=13.67%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5169190.2600.720.7381.656.8217.25
Hex3345131A04849523911
Octal63105233201101111227121
Binary11001110001011001111010010010001001001101001011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334513; }

 p { color: rgb(51,69,19); }

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

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

 a { background-color: rgb(51,69,19); }

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

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

 span { border-color: rgb(51,69,19); }

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