#335614

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

Shades of Seaweed #335614

Tints of Seaweed #335614

Color information

#335614 (or 0x335614) is unknown color: approx Seaweed. HEX triplet: 33, 56 and 14. RGB value is (51,86,20). Sum of RGB (Red+Green+Blue) = 51+86+20=157 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.48% from 157); Green value is 86 (33.98% from 255 or 54.78% from 157); Blue value is 20 (8.20% from 255 or 12.74% from 157); Max value from RGB is 86 - color contains mainly: green. Hex color #335614 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #335614 is #CCA9EB. Grayscale: #444444. Windows color (decimal): -13412844 or 1332787. OLE color: 1332787.

HSL color Cylindrical-coordinate representation of color #335614: hue angle of 91.82º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #335614 is Cyan = 0.41, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.66.

Color convert

RGB518620-
CMYK0.4100.770.66
HSL91.82º62.26%20.78%-
HSV(B)91.82º76.74%33.73%-
XYZ4.827.411.84-
YUV68.01100.9115.87-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 32.48%
GREEN value IS 86 (33.98% from 255) = 54.78%
BLUE value IS 20 (8.20% from 255) = 12.74%
R=32.48%
G=54.78%
B=12.74%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5186200.4100.770.6691.8262.2620.78
Hex3356142904D425c3e15
Octal63126245101151021347625
Binary110011101011010100101001010011011000010101110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335614; }

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

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

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

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

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

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

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

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