#334F1E

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

Shades of Seaweed #334F1E

Tints of Seaweed #334F1E

Color information

#334F1E (or 0x334F1E) is unknown color: approx Seaweed. HEX triplet: 33, 4F and 1E. RGB value is (51,79,30). Sum of RGB (Red+Green+Blue) = 51+79+30=160 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.88% from 160); Green value is 79 (31.25% from 255 or 49.38% from 160); Blue value is 30 (12.11% from 255 or 18.75% from 160); Max value from RGB is 79 - color contains mainly: green. Hex color #334F1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #334F1E is #CCB0E1. Grayscale: #414141. Windows color (decimal): -13414626 or 1986355. OLE color: 1986355.

HSL color Cylindrical-coordinate representation of color #334F1E: hue angle of 94.29º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #334F1E is Cyan = 0.35, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.69.

Color convert

RGB517930-
CMYK0.3500.620.69
HSL94.29º44.95%21.37%-
HSV(B)94.29º62.03%30.98%-
XYZ4.46.392.23-
YUV65.04108.22117.98-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 31.88%
GREEN value IS 79 (31.25% from 255) = 49.38%
BLUE value IS 30 (12.11% from 255) = 18.75%
R=31.88%
G=49.38%
B=18.75%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5179300.3500.620.6994.2944.9521.37
Hex334F1E2303E455e2d15
Octal6311736430761051365525
Binary11001110011111111010001101111101000101101111010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334F1E; }

 p { color: rgb(51,79,30); }

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

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

 a { background-color: rgb(51,79,30); }

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

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

 span { border-color: rgb(51,79,30); }

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