#35402A

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

Shades of Seaweed #35402A

Tints of Seaweed #35402A

Color information

#35402A (or 0x35402A) is unknown color: approx Seaweed. HEX triplet: 35, 40 and 2A. RGB value is (53,64,42). Sum of RGB (Red+Green+Blue) = 53+64+42=159 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.33% from 159); Green value is 64 (25.39% from 255 or 40.25% from 159); Blue value is 42 (16.80% from 255 or 26.42% from 159); Max value from RGB is 64 - color contains mainly: green. Hex color #35402A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35402A is #CABFD5. Grayscale: #3A3A3A. Windows color (decimal): -13287382 or 2768949. OLE color: 2768949.

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

Color convert

RGB536442-
CMYK0.1700.340.75
HSL90º20.75%20.78%-
HSV(B)90º34.38%25.1%-
XYZ3.724.592.88-
YUV58.2118.86124.29-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.33%
GREEN value IS 64 (25.39% from 255) = 40.25%
BLUE value IS 42 (16.80% from 255) = 26.42%
R=33.33%
G=40.25%
B=26.42%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5364420.1700.340.759020.7520.78
Hex35402A110224B5a1515
Octal6510052210421131322525
Binary1101011000000101010100010100010100101110110101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35402A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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