#335005

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

Shades of Turtle Green #335005

Tints of Turtle Green #335005

Color information

#335005 (or 0x335005) is unknown color: approx Turtle Green. HEX triplet: 33, 50 and 05. RGB value is (51,80,5). Sum of RGB (Red+Green+Blue) = 51+80+5=136 (18% of max value = 765). Red value is 51 (20.31% from 255 or 37.5% from 136); Green value is 80 (31.64% from 255 or 58.82% from 136); Blue value is 5 (2.34% from 255 or 3.68% from 136); Max value from RGB is 80 - color contains mainly: green. Hex color #335005 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #335005 is #CCAFFA. Grayscale: #3F3F3F. Windows color (decimal): -13414395 or 348211. OLE color: 348211.

HSL color Cylindrical-coordinate representation of color #335005: hue angle of 83.2º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #335005 is Cyan = 0.36, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.69.

Color convert

RGB51805-
CMYK0.3600.940.69
HSL83.2º88.24%16.67%-
HSV(B)83.2º93.75%31.37%-
XYZ4.266.451.16-
YUV62.7895.39119.6-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 37.5%
GREEN value IS 80 (31.64% from 255) = 58.82%
BLUE value IS 5 (2.34% from 255) = 3.68%
R=37.5%
G=58.82%
B=3.68%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal518050.3600.940.6983.288.2416.67
Hex335052405E45535811
Octal63120544013610512313021
Binary11001110100001011001000101111010001011010011101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335005; }

 p { color: rgb(51,80,5); }

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

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

 a { background-color: rgb(51,80,5); }

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

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

 span { border-color: rgb(51,80,5); }

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