#335306

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

Shades of Turtle Green #335306

Tints of Turtle Green #335306

Color information

#335306 (or 0x335306) is unknown color: approx Turtle Green. HEX triplet: 33, 53 and 06. RGB value is (51,83,6). Sum of RGB (Red+Green+Blue) = 51+83+6=140 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.43% from 140); Green value is 83 (32.81% from 255 or 59.29% from 140); Blue value is 6 (2.73% from 255 or 4.29% from 140); Max value from RGB is 83 - color contains mainly: green. Hex color #335306 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #335306 is #CCACF9. Grayscale: #404040. Windows color (decimal): -13413626 or 414515. OLE color: 414515.

HSL color Cylindrical-coordinate representation of color #335306: hue angle of 84.94º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #335306 is Cyan = 0.39, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.67.

Color convert

RGB51836-
CMYK0.3900.930.67
HSL84.94º86.52%17.45%-
HSV(B)84.94º92.77%32.55%-
XYZ4.496.91.27-
YUV64.6594.9118.26-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 36.43%
GREEN value IS 83 (32.81% from 255) = 59.29%
BLUE value IS 6 (2.73% from 255) = 4.29%
R=36.43%
G=59.29%
B=4.29%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal518360.3900.930.6784.9486.5217.45
Hex335362705D43555711
Octal63123647013510312512721
Binary11001110100111101001110101110110000111010101101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335306; }

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

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

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

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

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

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

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

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