#334600

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

Shades of Turtle Green #334600

Tints of Turtle Green #334600

Color information

#334600 (or 0x334600) is unknown color: approx Turtle Green. HEX triplet: 33, 46 and 00. RGB value is (51,70,0). Sum of RGB (Red+Green+Blue) = 51+70+0=121 (16% of max value = 765). Red value is 51 (20.31% from 255 or 42.15% from 121); Green value is 70 (27.73% from 255 or 57.85% from 121); Blue value is 0 (0.39% from 255 or 0% from 121); Max value from RGB is 70 - color contains mainly: green. Hex color #334600 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334600 is #CCB9FF. Grayscale: #383838. Windows color (decimal): -13416960 or 17971. OLE color: 17971.

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

Color convert

RGB51700-
CMYK0.27010.73
HSL76.29º100%13.73%-
HSV(B)76.29º100%27.45%-
XYZ3.565.080.79-
YUV56.3496.21124.19-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 42.15%
GREEN value IS 70 (27.73% from 255) = 57.85%
BLUE value IS 0 (0.39% from 255) = 0%
R=42.15%
G=57.85%
B=0%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal517000.27010.7376.2910013.73
Hex334601B064494c64e
Octal63106033014411111414416
Binary1100111000110011011011001001001001100110011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334600; }

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

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

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

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

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

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

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

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