#355414

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

Shades of Seaweed #355414

Tints of Seaweed #355414

Color information

#355414 (or 0x355414) is unknown color: approx Seaweed. HEX triplet: 35, 54 and 14. RGB value is (53,84,20). Sum of RGB (Red+Green+Blue) = 53+84+20=157 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.76% from 157); Green value is 84 (33.20% from 255 or 53.50% from 157); Blue value is 20 (8.20% from 255 or 12.74% from 157); Max value from RGB is 84 - color contains mainly: green. Hex color #355414 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355414 is #CAABEB. Grayscale: #434343. Windows color (decimal): -13282284 or 1332277. OLE color: 1332277.

HSL color Cylindrical-coordinate representation of color #355414: hue angle of 89.06º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #355414 is Cyan = 0.37, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB538420-
CMYK0.3700.760.67
HSL89.06º61.54%20.39%-
HSV(B)89.06º76.19%32.94%-
XYZ4.767.151.79-
YUV67.44101.23117.7-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.76%
GREEN value IS 84 (33.20% from 255) = 53.50%
BLUE value IS 20 (8.20% from 255) = 12.74%
R=33.76%
G=53.50%
B=12.74%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5384200.3700.760.6789.0661.5420.39
Hex3554142504C43593e14
Octal65124244501141031317624
Binary110101101010010100100101010011001000011101100111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355414; }

 p { color: rgb(53,84,20); }

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

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

 a { background-color: rgb(53,84,20); }

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

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

 span { border-color: rgb(53,84,20); }

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