#3A4925

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

Shades of Seaweed #3A4925

Tints of Seaweed #3A4925

Color information

#3A4925 (or 0x3A4925) is unknown color: approx Seaweed. HEX triplet: 3A, 49 and 25. RGB value is (58,73,37). Sum of RGB (Red+Green+Blue) = 58+73+37=168 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.52% from 168); Green value is 73 (28.91% from 255 or 43.45% from 168); Blue value is 37 (14.84% from 255 or 22.02% from 168); Max value from RGB is 73 - color contains mainly: green. Hex color #3A4925 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4925 is #C5B6DA. Grayscale: #404040. Windows color (decimal): -12957403 or 2443578. OLE color: 2443578.

HSL color Cylindrical-coordinate representation of color #3A4925: hue angle of 85º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3A4925 is Cyan = 0.21, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.71.

Color convert

RGB587337-
CMYK0.2100.490.71
HSL85º32.73%21.57%-
HSV(B)85º49.32%28.63%-
XYZ4.465.82.63-
YUV64.41112.53123.43-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 34.52%
GREEN value IS 73 (28.91% from 255) = 43.45%
BLUE value IS 37 (14.84% from 255) = 22.02%
R=34.52%
G=43.45%
B=22.02%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5873370.2100.490.718532.7321.57
Hex3A49251503147552116
Octal7211145250611071254126
Binary11101010010011001011010101100011000111101010110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,73,37); }

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

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

 a { background-color: rgb(58,73,37); }

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

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

 span { border-color: rgb(58,73,37); }

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