#3A4528

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

Shades of Seaweed #3A4528

Tints of Seaweed #3A4528

Color information

#3A4528 (or 0x3A4528) is unknown color: approx Seaweed. HEX triplet: 3A, 45 and 28. RGB value is (58,69,40). Sum of RGB (Red+Green+Blue) = 58+69+40=167 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.73% from 167); Green value is 69 (27.34% from 255 or 41.32% from 167); Blue value is 40 (16.02% from 255 or 23.95% from 167); Max value from RGB is 69 - color contains mainly: green. Hex color #3A4528 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4528 is #C5BAD7. Grayscale: #3E3E3E. Windows color (decimal): -12958424 or 2639162. OLE color: 2639162.

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

Color convert

RGB586940-
CMYK0.1600.420.73
HSL82.76º26.61%21.37%-
HSV(B)82.76º42.03%27.06%-
XYZ4.265.312.81-
YUV62.4115.36124.86-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 34.73%
GREEN value IS 69 (27.34% from 255) = 41.32%
BLUE value IS 40 (16.02% from 255) = 23.95%
R=34.73%
G=41.32%
B=23.95%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5869400.1600.420.7382.7626.6121.37
Hex3A45281002A49531b15
Octal7210550200521111233325
Binary1110101000101101000100000101010100100110100111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A4528; }

 p { color: rgb(58,69,40); }

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

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

 a { background-color: rgb(58,69,40); }

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

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

 span { border-color: rgb(58,69,40); }

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