#35451E

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

Shades of Seaweed #35451E

Tints of Seaweed #35451E

Color information

#35451E (or 0x35451E) is unknown color: approx Seaweed. HEX triplet: 35, 45 and 1E. RGB value is (53,69,30). Sum of RGB (Red+Green+Blue) = 53+69+30=152 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.87% from 152); Green value is 69 (27.34% from 255 or 45.39% from 152); Blue value is 30 (12.11% from 255 or 19.74% from 152); Max value from RGB is 69 - color contains mainly: green. Hex color #35451E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35451E is #CABAE1. Grayscale: #3B3B3B. Windows color (decimal): -13286114 or 1983797. OLE color: 1983797.

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

Color convert

RGB536930-
CMYK0.2300.570.73
HSL84.62º39.39%19.41%-
HSV(B)84.62º56.52%27.06%-
XYZ3.835.112.01-
YUV59.77111.2123.17-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 34.87%
GREEN value IS 69 (27.34% from 255) = 45.39%
BLUE value IS 30 (12.11% from 255) = 19.74%
R=34.87%
G=45.39%
B=19.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5369300.2300.570.7384.6239.3919.41
Hex35451E1703949552713
Octal6510536270711111254723
Binary1101011000101111101011101110011001001101010110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35451E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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