#334028

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

Shades of Seaweed #334028

Tints of Seaweed #334028

Color information

#334028 (or 0x334028) is unknown color: approx Seaweed. HEX triplet: 33, 40 and 28. RGB value is (51,64,40). Sum of RGB (Red+Green+Blue) = 51+64+40=155 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.90% from 155); Green value is 64 (25.39% from 255 or 41.29% from 155); Blue value is 40 (16.02% from 255 or 25.81% from 155); Max value from RGB is 64 - color contains mainly: green. Hex color #334028 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334028 is #CCBFD7. Grayscale: #393939. Windows color (decimal): -13418456 or 2637875. OLE color: 2637875.

HSL color Cylindrical-coordinate representation of color #334028: hue angle of 92.5º degrees, saturation: 0.23, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #334028 is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.75.

Color convert

RGB516440-
CMYK0.2000.380.75
HSL92.5º23.08%20.39%-
HSV(B)92.5º37.5%25.1%-
XYZ3.584.522.69-
YUV57.38118.19123.45-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 32.90%
GREEN value IS 64 (25.39% from 255) = 41.29%
BLUE value IS 40 (16.02% from 255) = 25.81%
R=32.90%
G=41.29%
B=25.81%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5164400.2000.380.7592.523.0820.39
Hex334028140264B5c1714
Octal6310050240461131342724
Binary1100111000000101000101000100110100101110111001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334028; }

 p { color: rgb(51,64,40); }

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

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

 a { background-color: rgb(51,64,40); }

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

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

 span { border-color: rgb(51,64,40); }

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