#334B21

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

Shades of Seaweed #334B21

Tints of Seaweed #334B21

Color information

#334B21 (or 0x334B21) is unknown color: approx Seaweed. HEX triplet: 33, 4B and 21. RGB value is (51,75,33). Sum of RGB (Red+Green+Blue) = 51+75+33=159 (21% of max value = 765). Red value is 51 (20.31% from 255 or 32.08% from 159); Green value is 75 (29.69% from 255 or 47.17% from 159); Blue value is 33 (13.28% from 255 or 20.75% from 159); Max value from RGB is 75 - color contains mainly: green. Hex color #334B21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334B21 is #CCB4DE. Grayscale: #3F3F3F. Windows color (decimal): -13415647 or 2181939. OLE color: 2181939.

HSL color Cylindrical-coordinate representation of color #334B21: hue angle of 94.29º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #334B21 is Cyan = 0.32, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.71.

Color convert

RGB517533-
CMYK0.3200.560.71
HSL94.29º38.89%21.18%-
HSV(B)94.29º56%29.41%-
XYZ4.165.852.35-
YUV63.04111.05119.42-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 32.08%
GREEN value IS 75 (29.69% from 255) = 47.17%
BLUE value IS 33 (13.28% from 255) = 20.75%
R=32.08%
G=47.17%
B=20.75%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5175330.3200.560.7194.2938.8921.18
Hex334B2120038475e2715
Octal6311341400701071364725
Binary110011100101110000110000001110001000111101111010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,75,33); }

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

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

 a { background-color: rgb(51,75,33); }

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

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

 span { border-color: rgb(51,75,33); }

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