#334D11

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

Shades of Turtle Green #334D11

Tints of Turtle Green #334D11

Color information

#334D11 (or 0x334D11) is unknown color: approx Turtle Green. HEX triplet: 33, 4D and 11. RGB value is (51,77,17). Sum of RGB (Red+Green+Blue) = 51+77+17=145 (19% of max value = 765). Red value is 51 (20.31% from 255 or 35.17% from 145); Green value is 77 (30.47% from 255 or 53.10% from 145); Blue value is 17 (7.03% from 255 or 11.72% from 145); Max value from RGB is 77 - color contains mainly: green. Hex color #334D11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #334D11 is #CCB2EE. Grayscale: #3E3E3E. Windows color (decimal): -13415151 or 1133875. OLE color: 1133875.

HSL color Cylindrical-coordinate representation of color #334D11: hue angle of 86º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #334D11 is Cyan = 0.34, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.70.

Color convert

RGB517717-
CMYK0.3400.780.70
HSL86º63.83%18.43%-
HSV(B)86º77.92%30.2%-
XYZ4.126.051.48-
YUV62.39102.39119.88-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 35.17%
GREEN value IS 77 (30.47% from 255) = 53.10%
BLUE value IS 17 (7.03% from 255) = 11.72%
R=35.17%
G=53.10%
B=11.72%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5177170.3400.780.708663.8318.43
Hex334D112204E46564012
Octal631152142011610612610022
Binary1100111001101100011000100100111010001101010110100000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334D11; }

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

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

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

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

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

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

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

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