#35481A

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

Shades of Seaweed #35481A

Tints of Seaweed #35481A

Color information

#35481A (or 0x35481A) is unknown color: approx Seaweed. HEX triplet: 35, 48 and 1A. RGB value is (53,72,26). Sum of RGB (Red+Green+Blue) = 53+72+26=151 (20% of max value = 765). Red value is 53 (21.09% from 255 or 35.10% from 151); Green value is 72 (28.52% from 255 or 47.68% from 151); Blue value is 26 (10.55% from 255 or 17.22% from 151); Max value from RGB is 72 - color contains mainly: green. Hex color #35481A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35481A is #CAB7E5. Grayscale: #3D3D3D. Windows color (decimal): -13285350 or 1722421. OLE color: 1722421.

HSL color Cylindrical-coordinate representation of color #35481A: hue angle of 84.78º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #35481A is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.72.

Color convert

RGB537226-
CMYK0.2600.640.72
HSL84.78º46.94%19.22%-
HSV(B)84.78º63.89%28.24%-
XYZ3.975.471.82-
YUV61.08108.21122.24-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 35.10%
GREEN value IS 72 (28.52% from 255) = 47.68%
BLUE value IS 26 (10.55% from 255) = 17.22%
R=35.10%
G=47.68%
B=17.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5372260.2600.640.7284.7846.9419.22
Hex35481A1A04048552f13
Octal65110323201001101255723
Binary11010110010001101011010010000001001000101010110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35481A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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