#334607

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

Shades of Turtle Green #334607

Tints of Turtle Green #334607

Color information

#334607 (or 0x334607) is unknown color: approx Turtle Green. HEX triplet: 33, 46 and 07. RGB value is (51,70,7). Sum of RGB (Red+Green+Blue) = 51+70+7=128 (16% of max value = 765). Red value is 51 (20.31% from 255 or 39.84% from 128); Green value is 70 (27.73% from 255 or 54.69% from 128); Blue value is 7 (3.12% from 255 or 5.47% from 128); Max value from RGB is 70 - color contains mainly: green. Hex color #334607 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334607 is #CCB9F8. Grayscale: #393939. Windows color (decimal): -13416953 or 476723. OLE color: 476723.

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

Color convert

RGB51707-
CMYK0.2700.900.73
HSL78.1º81.82%15.1%-
HSV(B)78.1º90%27.45%-
XYZ3.595.11-
YUV57.1499.71123.62-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 39.84%
GREEN value IS 70 (27.73% from 255) = 54.69%
BLUE value IS 7 (3.12% from 255) = 5.47%
R=39.84%
G=54.69%
B=5.47%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal517070.2700.900.7378.181.8215.1
Hex334671B05A494e52f
Octal63106733013211111612217
Binary110011100011011111011010110101001001100111010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334607; }

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

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

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

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

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

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

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

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