#354621

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

Shades of Seaweed #354621

Tints of Seaweed #354621

Color information

#354621 (or 0x354621) is unknown color: approx Seaweed. HEX triplet: 35, 46 and 21. RGB value is (53,70,33). Sum of RGB (Red+Green+Blue) = 53+70+33=156 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.97% from 156); Green value is 70 (27.73% from 255 or 44.87% from 156); Blue value is 33 (13.28% from 255 or 21.15% from 156); Max value from RGB is 70 - color contains mainly: green. Hex color #354621 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354621 is #CAB9DE. Grayscale: #3C3C3C. Windows color (decimal): -13285855 or 2180661. OLE color: 2180661.

HSL color Cylindrical-coordinate representation of color #354621: hue angle of 87.57º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #354621 is Cyan = 0.24, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.73.

Color convert

RGB537033-
CMYK0.2400.530.73
HSL87.57º35.92%20.2%-
HSV(B)87.57º52.86%27.45%-
XYZ3.935.252.24-
YUV60.7112.37122.51-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.97%
GREEN value IS 70 (27.73% from 255) = 44.87%
BLUE value IS 33 (13.28% from 255) = 21.15%
R=33.97%
G=44.87%
B=21.15%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5370330.2400.530.7387.5735.9220.2
Hex3546211803549582414
Octal6510641300651111304424
Binary11010110001101000011100001101011001001101100010010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354621; }

 p { color: rgb(53,70,33); }

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

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

 a { background-color: rgb(53,70,33); }

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

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

 span { border-color: rgb(53,70,33); }

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