#35481B

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

Shades of Seaweed #35481B

Tints of Seaweed #35481B

Color information

#35481B (or 0x35481B) is unknown color: approx Seaweed. HEX triplet: 35, 48 and 1B. RGB value is (53,72,27). Sum of RGB (Red+Green+Blue) = 53+72+27=152 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.87% from 152); Green value is 72 (28.52% from 255 or 47.37% from 152); Blue value is 27 (10.94% from 255 or 17.76% from 152); Max value from RGB is 72 - color contains mainly: green. Hex color #35481B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35481B is #CAB7E4. Grayscale: #3D3D3D. Windows color (decimal): -13285349 or 1787957. OLE color: 1787957.

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

Color convert

RGB537227-
CMYK0.2600.620.72
HSL85.33º45.45%19.41%-
HSV(B)85.33º62.5%28.24%-
XYZ3.985.471.88-
YUV61.19108.71122.16-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 34.87%
GREEN value IS 72 (28.52% from 255) = 47.37%
BLUE value IS 27 (10.94% from 255) = 17.76%
R=34.87%
G=47.37%
B=17.76%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5372270.2600.620.7285.3345.4519.41
Hex35481B1A03E48552d13
Octal6511033320761101255523
Binary1101011001000110111101001111101001000101010110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35481B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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