#335914

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

Shades of Seaweed #335914

Tints of Seaweed #335914

Color information

#335914 (or 0x335914) is unknown color: approx Seaweed. HEX triplet: 33, 59 and 14. RGB value is (51,89,20). Sum of RGB (Red+Green+Blue) = 51+89+20=160 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.88% from 160); Green value is 89 (35.16% from 255 or 55.62% from 160); Blue value is 20 (8.20% from 255 or 12.5% from 160); Max value from RGB is 89 - color contains mainly: green. Hex color #335914 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #335914 is #CCA6EB. Grayscale: #464646. Windows color (decimal): -13412076 or 1333555. OLE color: 1333555.

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

Color convert

RGB518920-
CMYK0.4300.780.65
HSL93.04º63.3%21.37%-
HSV(B)93.04º77.53%34.9%-
XYZ5.067.91.92-
YUV69.7799.91114.61-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 31.88%
GREEN value IS 89 (35.16% from 255) = 55.62%
BLUE value IS 20 (8.20% from 255) = 12.5%
R=31.88%
G=55.62%
B=12.5%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5189200.4300.780.6593.0463.321.37
Hex3359142B04E415d3f15
Octal63131245301161011357725
Binary110011101100110100101011010011101000001101110111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335914; }

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

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

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

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

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

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

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

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