#35571A

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

Shades of Seaweed #35571A

Tints of Seaweed #35571A

Color information

#35571A (or 0x35571A) is unknown color: approx Seaweed. HEX triplet: 35, 57 and 1A. RGB value is (53,87,26). Sum of RGB (Red+Green+Blue) = 53+87+26=166 (21% of max value = 765). Red value is 53 (21.09% from 255 or 31.93% from 166); Green value is 87 (34.38% from 255 or 52.41% from 166); Blue value is 26 (10.55% from 255 or 15.66% from 166); Max value from RGB is 87 - color contains mainly: green. Hex color #35571A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35571A is #CAA8E5. Grayscale: #464646. Windows color (decimal): -13281510 or 1726261. OLE color: 1726261.

HSL color Cylindrical-coordinate representation of color #35571A: hue angle of 93.44º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #35571A is Cyan = 0.39, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.66.

Color convert

RGB538726-
CMYK0.3900.700.66
HSL93.44º53.98%22.16%-
HSV(B)93.44º70.11%34.12%-
XYZ5.067.652.19-
YUV69.88103.24115.96-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.93%
GREEN value IS 87 (34.38% from 255) = 52.41%
BLUE value IS 26 (10.55% from 255) = 15.66%
R=31.93%
G=52.41%
B=15.66%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5387260.3900.700.6693.4453.9822.16
Hex35571A27046425d3616
Octal65127324701061021356626
Binary110101101011111010100111010001101000010101110111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35571A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35571A; }

 p { color: rgb(53,87,26); }

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

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

 a { background-color: rgb(53,87,26); }

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

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

 span { border-color: rgb(53,87,26); }

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