#334E10

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

Shades of Turtle Green #334E10

Tints of Turtle Green #334E10

Color information

#334E10 (or 0x334E10) is unknown color: approx Turtle Green. HEX triplet: 33, 4E and 10. RGB value is (51,78,16). Sum of RGB (Red+Green+Blue) = 51+78+16=145 (19% of max value = 765). Red value is 51 (20.31% from 255 or 35.17% from 145); Green value is 78 (30.86% from 255 or 53.79% from 145); Blue value is 16 (6.64% from 255 or 11.03% from 145); Max value from RGB is 78 - color contains mainly: green. Hex color #334E10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #334E10 is #CCB1EF. Grayscale: #3F3F3F. Windows color (decimal): -13414896 or 1068595. OLE color: 1068595.

HSL color Cylindrical-coordinate representation of color #334E10: hue angle of 86.13º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #334E10 is Cyan = 0.35, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.69.

Color convert

RGB517816-
CMYK0.3500.790.69
HSL86.13º65.96%18.43%-
HSV(B)86.13º79.49%30.59%-
XYZ4.186.191.46-
YUV62.86101.55119.54-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 35.17%
GREEN value IS 78 (30.86% from 255) = 53.79%
BLUE value IS 16 (6.64% from 255) = 11.03%
R=35.17%
G=53.79%
B=11.03%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5178160.3500.790.6986.1365.9618.43
Hex334E102304F45564212
Octal631162043011710512610222
Binary1100111001110100001000110100111110001011010110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,78,16); }

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

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

 a { background-color: rgb(51,78,16); }

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

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

 span { border-color: rgb(51,78,16); }

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