#335110

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

Shades of Turtle Green #335110

Tints of Turtle Green #335110

Color information

#335110 (or 0x335110) is unknown color: approx Turtle Green. HEX triplet: 33, 51 and 10. RGB value is (51,81,16). Sum of RGB (Red+Green+Blue) = 51+81+16=148 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.46% from 148); Green value is 81 (32.03% from 255 or 54.73% from 148); Blue value is 16 (6.64% from 255 or 10.81% from 148); Max value from RGB is 81 - color contains mainly: green. Hex color #335110 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #335110 is #CCAEEF. Grayscale: #404040. Windows color (decimal): -13414128 or 1069363. OLE color: 1069363.

HSL color Cylindrical-coordinate representation of color #335110: hue angle of 87.69º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #335110 is Cyan = 0.37, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.68.

Color convert

RGB518116-
CMYK0.3700.800.68
HSL87.69º67.01%19.02%-
HSV(B)87.69º80.25%31.76%-
XYZ4.46.631.54-
YUV64.62100.56118.29-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 34.46%
GREEN value IS 81 (32.03% from 255) = 54.73%
BLUE value IS 16 (6.64% from 255) = 10.81%
R=34.46%
G=54.73%
B=10.81%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5181160.3700.800.6887.6967.0119.02
Hex3351102505044584313
Octal631212045012010413010323
Binary1100111010001100001001010101000010001001011000100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335110; }

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

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

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

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

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

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

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

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