#334B1D

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

Shades of Seaweed #334B1D

Tints of Seaweed #334B1D

Color information

#334B1D (or 0x334B1D) is unknown color: approx Seaweed. HEX triplet: 33, 4B and 1D. RGB value is (51,75,29). Sum of RGB (Red+Green+Blue) = 51+75+29=155 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.90% from 155); Green value is 75 (29.69% from 255 or 48.39% from 155); Blue value is 29 (11.72% from 255 or 18.71% from 155); Max value from RGB is 75 - color contains mainly: green. Hex color #334B1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334B1D is #CCB4E2. Grayscale: #3E3E3E. Windows color (decimal): -13415651 or 1919795. OLE color: 1919795.

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

Color convert

RGB517529-
CMYK0.3200.610.71
HSL91.3º44.23%20.39%-
HSV(B)91.3º61.33%29.41%-
XYZ4.15.822.07-
YUV62.58109.05119.74-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 32.90%
GREEN value IS 75 (29.69% from 255) = 48.39%
BLUE value IS 29 (11.72% from 255) = 18.71%
R=32.90%
G=48.39%
B=18.71%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5175290.3200.610.7191.344.2320.39
Hex334B1D2003D475b2c14
Octal6311335400751071335424
Binary11001110010111110110000001111011000111101101110110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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