#35471D

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

Shades of Seaweed #35471D

Tints of Seaweed #35471D

Color information

#35471D (or 0x35471D) is unknown color: approx Seaweed. HEX triplet: 35, 47 and 1D. RGB value is (53,71,29). Sum of RGB (Red+Green+Blue) = 53+71+29=153 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.64% from 153); Green value is 71 (28.12% from 255 or 46.41% from 153); Blue value is 29 (11.72% from 255 or 18.95% from 153); Max value from RGB is 71 - color contains mainly: green. Hex color #35471D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35471D is #CAB8E2. Grayscale: #3C3C3C. Windows color (decimal): -13285603 or 1918773. OLE color: 1918773.

HSL color Cylindrical-coordinate representation of color #35471D: hue angle of 85.71º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #35471D is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.72.

Color convert

RGB537129-
CMYK0.2500.590.72
HSL85.71º42%19.61%-
HSV(B)85.71º59.15%27.84%-
XYZ3.945.351.99-
YUV60.83110.04122.42-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 34.64%
GREEN value IS 71 (28.12% from 255) = 46.41%
BLUE value IS 29 (11.72% from 255) = 18.95%
R=34.64%
G=46.41%
B=18.95%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5371290.2500.590.7285.714219.61
Hex35471D1903B48562a14
Octal6510735310731101265224
Binary1101011000111111011100101110111001000101011010101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35471D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35471D; }

 p { color: rgb(53,71,29); }

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

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

 a { background-color: rgb(53,71,29); }

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

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

 span { border-color: rgb(53,71,29); }

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