#334816

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

Shades of Turtle Green #334816

Tints of Turtle Green #334816

Color information

#334816 (or 0x334816) is unknown color: approx Turtle Green. HEX triplet: 33, 48 and 16. RGB value is (51,72,22). Sum of RGB (Red+Green+Blue) = 51+72+22=145 (19% of max value = 765). Red value is 51 (20.31% from 255 or 35.17% from 145); Green value is 72 (28.52% from 255 or 49.66% from 145); Blue value is 22 (8.98% from 255 or 15.17% from 145); Max value from RGB is 72 - color contains mainly: green. Hex color #334816 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334816 is #CCB7E9. Grayscale: #3C3C3C. Windows color (decimal): -13416426 or 1460275. OLE color: 1460275.

HSL color Cylindrical-coordinate representation of color #334816: hue angle of 85.2º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #334816 is Cyan = 0.29, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.72.

Color convert

RGB517222-
CMYK0.2900.690.72
HSL85.2º53.19%18.43%-
HSV(B)85.2º69.44%28.24%-
XYZ3.835.41.6-
YUV60.02106.54121.57-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 35.17%
GREEN value IS 72 (28.52% from 255) = 49.66%
BLUE value IS 22 (8.98% from 255) = 15.17%
R=35.17%
G=49.66%
B=15.17%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5172220.2900.690.7285.253.1918.43
Hex3348161D04548553512
Octal63110263501051101256522
Binary11001110010001011011101010001011001000101010111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334816; }

 p { color: rgb(51,72,22); }

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

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

 a { background-color: rgb(51,72,22); }

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

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

 span { border-color: rgb(51,72,22); }

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