#335015

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

Shades of Seaweed #335015

Tints of Seaweed #335015

Color information

#335015 (or 0x335015) is unknown color: approx Seaweed. HEX triplet: 33, 50 and 15. RGB value is (51,80,21). Sum of RGB (Red+Green+Blue) = 51+80+21=152 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.55% from 152); Green value is 80 (31.64% from 255 or 52.63% from 152); Blue value is 21 (8.59% from 255 or 13.82% from 152); Max value from RGB is 80 - color contains mainly: green. Hex color #335015 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #335015 is #CCAFEA. Grayscale: #404040. Windows color (decimal): -13414379 or 1396787. OLE color: 1396787.

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

Color convert

RGB518021-
CMYK0.3600.740.69
HSL89.49º58.42%19.8%-
HSV(B)89.49º73.75%31.37%-
XYZ4.376.51.73-
YUV64.6103.39118.3-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 33.55%
GREEN value IS 80 (31.64% from 255) = 52.63%
BLUE value IS 21 (8.59% from 255) = 13.82%
R=33.55%
G=52.63%
B=13.82%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5180210.3600.740.6989.4958.4219.8
Hex3350152404A45593a14
Octal63120254401121051317224
Binary110011101000010101100100010010101000101101100111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335015; }

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

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

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

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

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

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

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

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