#354625

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

Shades of Seaweed #354625

Tints of Seaweed #354625

Color information

#354625 (or 0x354625) is unknown color: approx Seaweed. HEX triplet: 35, 46 and 25. RGB value is (53,70,37). Sum of RGB (Red+Green+Blue) = 53+70+37=160 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.12% from 160); Green value is 70 (27.73% from 255 or 43.75% from 160); Blue value is 37 (14.84% from 255 or 23.12% from 160); Max value from RGB is 70 - color contains mainly: green. Hex color #354625 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354625 is #CAB9DA. Grayscale: #3D3D3D. Windows color (decimal): -13285851 or 2442805. OLE color: 2442805.

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

Color convert

RGB537037-
CMYK0.2400.470.73
HSL90.91º30.84%20.98%-
HSV(B)90.91º47.14%27.45%-
XYZ3.995.272.56-
YUV61.16114.37122.18-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.12%
GREEN value IS 70 (27.73% from 255) = 43.75%
BLUE value IS 37 (14.84% from 255) = 23.12%
R=33.12%
G=43.75%
B=23.12%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5370370.2400.470.7390.9130.8420.98
Hex3546251802F495b1f15
Octal6510645300571111333725
Binary1101011000110100101110000101111100100110110111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354625; }

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

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

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

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

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

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

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

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