#334606

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

Shades of Turtle Green #334606

Tints of Turtle Green #334606

Color information

#334606 (or 0x334606) is unknown color: approx Turtle Green. HEX triplet: 33, 46 and 06. RGB value is (51,70,6). Sum of RGB (Red+Green+Blue) = 51+70+6=127 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.16% from 127); Green value is 70 (27.73% from 255 or 55.12% from 127); Blue value is 6 (2.73% from 255 or 4.72% from 127); Max value from RGB is 70 - color contains mainly: green. Hex color #334606 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334606 is #CCB9F9. Grayscale: #393939. Windows color (decimal): -13416954 or 411187. OLE color: 411187.

HSL color Cylindrical-coordinate representation of color #334606: hue angle of 77.81º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #334606 is Cyan = 0.27, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.73.

Color convert

RGB51706-
CMYK0.2700.910.73
HSL77.81º84.21%14.9%-
HSV(B)77.81º91.43%27.45%-
XYZ3.595.10.97-
YUV57.0299.21123.7-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 40.16%
GREEN value IS 70 (27.73% from 255) = 55.12%
BLUE value IS 6 (2.73% from 255) = 4.72%
R=40.16%
G=55.12%
B=4.72%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal517060.2700.910.7377.8184.2114.9
Hex334661B05B494e54f
Octal63106633013311111612417
Binary110011100011011011011010110111001001100111010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334606; }

 p { color: rgb(51,70,6); }

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

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

 a { background-color: rgb(51,70,6); }

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

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

 span { border-color: rgb(51,70,6); }

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