#35441E

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

Shades of Seaweed #35441E

Tints of Seaweed #35441E

Color information

#35441E (or 0x35441E) is unknown color: approx Seaweed. HEX triplet: 35, 44 and 1E. RGB value is (53,68,30). Sum of RGB (Red+Green+Blue) = 53+68+30=151 (20% of max value = 765). Red value is 53 (21.09% from 255 or 35.10% from 151); Green value is 68 (26.95% from 255 or 45.03% from 151); Blue value is 30 (12.11% from 255 or 19.87% from 151); Max value from RGB is 68 - color contains mainly: green. Hex color #35441E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35441E is #CABBE1. Grayscale: #3B3B3B. Windows color (decimal): -13286370 or 1983541. OLE color: 1983541.

HSL color Cylindrical-coordinate representation of color #35441E: hue angle of 83.68º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #35441E is Cyan = 0.22, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.73.

Color convert

RGB536830-
CMYK0.2200.560.73
HSL83.68º38.78%19.22%-
HSV(B)83.68º55.88%26.67%-
XYZ3.774.981.99-
YUV59.18111.53123.59-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 35.10%
GREEN value IS 68 (26.95% from 255) = 45.03%
BLUE value IS 30 (12.11% from 255) = 19.87%
R=35.10%
G=45.03%
B=19.87%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5368300.2200.560.7383.6838.7819.22
Hex35441E1603849542713
Octal6510436260701111244723
Binary1101011000100111101011001110001001001101010010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35441E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35441E; }

 p { color: rgb(53,68,30); }

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

<style>
 a { background-color: #35441E; }

 a { background-color: rgb(53,68,30); }

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

<style>
 span { border-color: #35441E; }

 span { border-color: rgb(53,68,30); }

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