#334011

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

Shades of Turtle Green #334011

Tints of Turtle Green #334011

Color information

#334011 (or 0x334011) is unknown color: approx Turtle Green. HEX triplet: 33, 40 and 11. RGB value is (51,64,17). Sum of RGB (Red+Green+Blue) = 51+64+17=132 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.64% from 132); Green value is 64 (25.39% from 255 or 48.48% from 132); Blue value is 17 (7.03% from 255 or 12.88% from 132); Max value from RGB is 64 - color contains mainly: green. Hex color #334011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334011 is #CCBFEE. Grayscale: #363636. Windows color (decimal): -13418479 or 1130547. OLE color: 1130547.

HSL color Cylindrical-coordinate representation of color #334011: hue angle of 76.6º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #334011 is Cyan = 0.20, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.75.

Color convert

RGB516417-
CMYK0.2000.730.75
HSL76.6º58.02%15.88%-
HSV(B)76.6º73.44%25.1%-
XYZ3.34.411.21-
YUV54.76106.69125.32-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 38.64%
GREEN value IS 64 (25.39% from 255) = 48.48%
BLUE value IS 17 (7.03% from 255) = 12.88%
R=38.64%
G=48.48%
B=12.88%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5164170.2000.730.7576.658.0215.88
Hex334011140494B4d3a10
Octal63100212401111131157220
Binary11001110000001000110100010010011001011100110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334011; }

 p { color: rgb(51,64,17); }

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

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

 a { background-color: rgb(51,64,17); }

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

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

 span { border-color: rgb(51,64,17); }

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