#334126

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

Shades of Seaweed #334126

Tints of Seaweed #334126

Color information

#334126 (or 0x334126) is unknown color: approx Seaweed. HEX triplet: 33, 41 and 26. RGB value is (51,65,38). Sum of RGB (Red+Green+Blue) = 51+65+38=154 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.12% from 154); Green value is 65 (25.78% from 255 or 42.21% from 154); Blue value is 38 (15.23% from 255 or 24.68% from 154); Max value from RGB is 65 - color contains mainly: green. Hex color #334126 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334126 is #CCBED9. Grayscale: #393939. Windows color (decimal): -13418202 or 2507059. OLE color: 2507059.

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

Color convert

RGB516538-
CMYK0.2200.420.75
HSL91.11º26.21%20.2%-
HSV(B)91.11º41.54%25.49%-
XYZ3.614.622.54-
YUV57.74116.86123.2-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 33.12%
GREEN value IS 65 (25.78% from 255) = 42.21%
BLUE value IS 38 (15.23% from 255) = 24.68%
R=33.12%
G=42.21%
B=24.68%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5165380.2200.420.7591.1126.2120.2
Hex3341261602A4B5b1a14
Octal6310146260521131333224
Binary1100111000001100110101100101010100101110110111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334126; }

 p { color: rgb(51,65,38); }

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

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

 a { background-color: rgb(51,65,38); }

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

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

 span { border-color: rgb(51,65,38); }

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