#335206

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

Shades of Turtle Green #335206

Tints of Turtle Green #335206

Color information

#335206 (or 0x335206) is unknown color: approx Turtle Green. HEX triplet: 33, 52 and 06. RGB value is (51,82,6). Sum of RGB (Red+Green+Blue) = 51+82+6=139 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.69% from 139); Green value is 82 (32.42% from 255 or 58.99% from 139); Blue value is 6 (2.73% from 255 or 4.32% from 139); Max value from RGB is 82 - color contains mainly: green. Hex color #335206 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #335206 is #CCADF9. Grayscale: #404040. Windows color (decimal): -13413882 or 414259. OLE color: 414259.

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

Color convert

RGB51826-
CMYK0.3800.930.68
HSL84.47º86.36%17.25%-
HSV(B)84.47º92.68%32.16%-
XYZ4.426.751.24-
YUV64.0795.23118.68-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 36.69%
GREEN value IS 82 (32.42% from 255) = 58.99%
BLUE value IS 6 (2.73% from 255) = 4.32%
R=36.69%
G=58.99%
B=4.32%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal518260.3800.930.6884.4786.3617.25
Hex335262605D44545611
Octal63122646013510412412621
Binary11001110100101101001100101110110001001010100101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335206; }

 p { color: rgb(51,82,6); }

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

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

 a { background-color: rgb(51,82,6); }

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

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

 span { border-color: rgb(51,82,6); }

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