#334416

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

Shades of Turtle Green #334416

Tints of Turtle Green #334416

Color information

#334416 (or 0x334416) is unknown color: approx Turtle Green. HEX triplet: 33, 44 and 16. RGB value is (51,68,22). Sum of RGB (Red+Green+Blue) = 51+68+22=141 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.17% from 141); Green value is 68 (26.95% from 255 or 48.23% from 141); Blue value is 22 (8.98% from 255 or 15.60% from 141); Max value from RGB is 68 - color contains mainly: green. Hex color #334416 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334416 is #CCBBE9. Grayscale: #393939. Windows color (decimal): -13417450 or 1459251. OLE color: 1459251.

HSL color Cylindrical-coordinate representation of color #334416: hue angle of 82.17º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #334416 is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.73.

Color convert

RGB516822-
CMYK0.2500.680.73
HSL82.17º51.11%17.65%-
HSV(B)82.17º67.65%26.67%-
XYZ3.584.91.52-
YUV57.67107.87123.24-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 36.17%
GREEN value IS 68 (26.95% from 255) = 48.23%
BLUE value IS 22 (8.98% from 255) = 15.60%
R=36.17%
G=48.23%
B=15.60%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5168220.2500.680.7382.1751.1117.65
Hex3344161904449523312
Octal63104263101041111226322
Binary11001110001001011011001010001001001001101001011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334416; }

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

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

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

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

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

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

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

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