#335104

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

Shades of Turtle Green #335104

Tints of Turtle Green #335104

Color information

#335104 (or 0x335104) is unknown color: approx Turtle Green. HEX triplet: 33, 51 and 04. RGB value is (51,81,4). Sum of RGB (Red+Green+Blue) = 51+81+4=136 (18% of max value = 765). Red value is 51 (20.31% from 255 or 37.5% from 136); Green value is 81 (32.03% from 255 or 59.56% from 136); Blue value is 4 (1.95% from 255 or 2.94% from 136); Max value from RGB is 81 - color contains mainly: green. Hex color #335104 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #335104 is #CCAEFB. Grayscale: #3F3F3F. Windows color (decimal): -13414140 or 282931. OLE color: 282931.

HSL color Cylindrical-coordinate representation of color #335104: hue angle of 83.38º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #335104 is Cyan = 0.37, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.68.

Color convert

RGB51814-
CMYK0.3700.950.68
HSL83.38º90.59%16.67%-
HSV(B)83.38º95.06%31.76%-
XYZ4.336.61.16-
YUV63.2594.56119.26-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 37.5%
GREEN value IS 81 (32.03% from 255) = 59.56%
BLUE value IS 4 (1.95% from 255) = 2.94%
R=37.5%
G=59.56%
B=2.94%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal518140.3700.950.6883.3890.5916.67
Hex335142505F44535b11
Octal63121445013710412313321
Binary11001110100011001001010101111110001001010011101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335104; }

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

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

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

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

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

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

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

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