#334B18

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

Shades of Seaweed #334B18

Tints of Seaweed #334B18

Color information

#334B18 (or 0x334B18) is unknown color: approx Seaweed. HEX triplet: 33, 4B and 18. RGB value is (51,75,24). Sum of RGB (Red+Green+Blue) = 51+75+24=150 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34% from 150); Green value is 75 (29.69% from 255 or 50% from 150); Blue value is 24 (9.77% from 255 or 16% from 150); Max value from RGB is 75 - color contains mainly: green. Hex color #334B18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334B18 is #CCB4E7. Grayscale: #3E3E3E. Windows color (decimal): -13415656 or 1592115. OLE color: 1592115.

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

Color convert

RGB517524-
CMYK0.3200.680.71
HSL88.24º51.52%19.41%-
HSV(B)88.24º68%29.41%-
XYZ4.055.81.77-
YUV62.01106.55120.15-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 34%
GREEN value IS 75 (29.69% from 255) = 50%
BLUE value IS 24 (9.77% from 255) = 16%
R=34%
G=50%
B=16%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5175240.3200.680.7188.2451.5219.41
Hex334B182004447583413
Octal63113304001041071306423
Binary110011100101111000100000010001001000111101100011010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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