#354823

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

Shades of Seaweed #354823

Tints of Seaweed #354823

Color information

#354823 (or 0x354823) is unknown color: approx Seaweed. HEX triplet: 35, 48 and 23. RGB value is (53,72,35). Sum of RGB (Red+Green+Blue) = 53+72+35=160 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.12% from 160); Green value is 72 (28.52% from 255 or 45% from 160); Blue value is 35 (14.06% from 255 or 21.88% from 160); Max value from RGB is 72 - color contains mainly: green. Hex color #354823 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354823 is #CAB7DC. Grayscale: #3E3E3E. Windows color (decimal): -13285341 or 2312245. OLE color: 2312245.

HSL color Cylindrical-coordinate representation of color #354823: hue angle of 90.81º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #354823 is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.72.

Color convert

RGB537235-
CMYK0.2600.510.72
HSL90.81º34.58%20.98%-
HSV(B)90.81º51.39%28.24%-
XYZ4.095.512.44-
YUV62.1112.71121.51-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.12%
GREEN value IS 72 (28.52% from 255) = 45%
BLUE value IS 35 (14.06% from 255) = 21.88%
R=33.12%
G=45%
B=21.88%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5372350.2600.510.7290.8134.5820.98
Hex3548231A033485b2315
Octal6511043320631101334325
Binary11010110010001000111101001100111001000101101110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354823; }

 p { color: rgb(53,72,35); }

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

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

 a { background-color: rgb(53,72,35); }

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

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

 span { border-color: rgb(53,72,35); }

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