#35412A

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

Shades of Seaweed #35412A

Tints of Seaweed #35412A

Color information

#35412A (or 0x35412A) is unknown color: approx Seaweed. HEX triplet: 35, 41 and 2A. RGB value is (53,65,42). Sum of RGB (Red+Green+Blue) = 53+65+42=160 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.12% from 160); Green value is 65 (25.78% from 255 or 40.62% from 160); Blue value is 42 (16.80% from 255 or 26.25% from 160); Max value from RGB is 65 - color contains mainly: green. Hex color #35412A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35412A is #CABED5. Grayscale: #3A3A3A. Windows color (decimal): -13287126 or 2769205. OLE color: 2769205.

HSL color Cylindrical-coordinate representation of color #35412A: hue angle of 91.3º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #35412A is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.75.

Color convert

RGB536542-
CMYK0.1800.350.75
HSL91.3º21.5%20.98%-
HSV(B)91.3º35.38%25.49%-
XYZ3.784.72.9-
YUV58.79118.52123.87-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.12%
GREEN value IS 65 (25.78% from 255) = 40.62%
BLUE value IS 42 (16.80% from 255) = 26.25%
R=33.12%
G=40.62%
B=26.25%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5365420.1800.350.7591.321.520.98
Hex35412A120234B5b1515
Octal6510152220431131332525
Binary1101011000001101010100100100011100101110110111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35412A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,65,42); }

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

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

 a { background-color: rgb(53,65,42); }

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

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

 span { border-color: rgb(53,65,42); }

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