#335814

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

Shades of Seaweed #335814

Tints of Seaweed #335814

Color information

#335814 (or 0x335814) is unknown color: approx Seaweed. HEX triplet: 33, 58 and 14. RGB value is (51,88,20). Sum of RGB (Red+Green+Blue) = 51+88+20=159 (21% of max value = 765). Red value is 51 (20.31% from 255 or 32.08% from 159); Green value is 88 (34.77% from 255 or 55.35% from 159); Blue value is 20 (8.20% from 255 or 12.58% from 159); Max value from RGB is 88 - color contains mainly: green. Hex color #335814 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #335814 is #CCA7EB. Grayscale: #454545. Windows color (decimal): -13412332 or 1333299. OLE color: 1333299.

HSL color Cylindrical-coordinate representation of color #335814: hue angle of 92.65º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #335814 is Cyan = 0.42, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.65.

Color convert

RGB518820-
CMYK0.4200.770.65
HSL92.65º62.96%21.18%-
HSV(B)92.65º77.27%34.51%-
XYZ4.987.731.89-
YUV69.18100.24115.03-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 32.08%
GREEN value IS 88 (34.77% from 255) = 55.35%
BLUE value IS 20 (8.20% from 255) = 12.58%
R=32.08%
G=55.35%
B=12.58%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5188200.4200.770.6592.6562.9621.18
Hex3358142A04D415d3f15
Octal63130245201151011357725
Binary110011101100010100101010010011011000001101110111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335814; }

 p { color: rgb(51,88,20); }

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

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

 a { background-color: rgb(51,88,20); }

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

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

 span { border-color: rgb(51,88,20); }

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