#35541A

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

Shades of Seaweed #35541A

Tints of Seaweed #35541A

Color information

#35541A (or 0x35541A) is unknown color: approx Seaweed. HEX triplet: 35, 54 and 1A. RGB value is (53,84,26). Sum of RGB (Red+Green+Blue) = 53+84+26=163 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.52% from 163); Green value is 84 (33.20% from 255 or 51.53% from 163); Blue value is 26 (10.55% from 255 or 15.95% from 163); Max value from RGB is 84 - color contains mainly: green. Hex color #35541A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35541A is #CAABE5. Grayscale: #444444. Windows color (decimal): -13282278 or 1725493. OLE color: 1725493.

HSL color Cylindrical-coordinate representation of color #35541A: hue angle of 92.07º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #35541A is Cyan = 0.37, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB538426-
CMYK0.3700.690.67
HSL92.07º52.73%21.57%-
HSV(B)92.07º69.05%32.94%-
XYZ4.827.172.11-
YUV68.12104.23117.22-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.52%
GREEN value IS 84 (33.20% from 255) = 51.53%
BLUE value IS 26 (10.55% from 255) = 15.95%
R=32.52%
G=51.53%
B=15.95%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5384260.3700.690.6792.0752.7321.57
Hex35541A25045435c3516
Octal65124324501051031346526
Binary110101101010011010100101010001011000011101110011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35541A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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