#3A4D20

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

Shades of Seaweed #3A4D20

Tints of Seaweed #3A4D20

Color information

#3A4D20 (or 0x3A4D20) is unknown color: approx Seaweed. HEX triplet: 3A, 4D and 20. RGB value is (58,77,32). Sum of RGB (Red+Green+Blue) = 58+77+32=167 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.73% from 167); Green value is 77 (30.47% from 255 or 46.11% from 167); Blue value is 32 (12.89% from 255 or 19.16% from 167); Max value from RGB is 77 - color contains mainly: green. Hex color #3A4D20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A4D20 is #C5B2DF. Grayscale: #424242. Windows color (decimal): -12956384 or 2116922. OLE color: 2116922.

HSL color Cylindrical-coordinate representation of color #3A4D20: hue angle of 85.33º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A4D20 is Cyan = 0.25, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.70.

Color convert

RGB587732-
CMYK0.2500.580.70
HSL85.33º41.28%21.37%-
HSV(B)85.33º58.44%30.2%-
XYZ4.666.312.34-
YUV66.19108.71122.16-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 34.73%
GREEN value IS 77 (30.47% from 255) = 46.11%
BLUE value IS 32 (12.89% from 255) = 19.16%
R=34.73%
G=46.11%
B=19.16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5877320.2500.580.7085.3341.2821.37
Hex3A4D201903A46552915
Octal7211540310721061255125
Binary11101010011011000001100101110101000110101010110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,77,32); }

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

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

 a { background-color: rgb(58,77,32); }

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

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

 span { border-color: rgb(58,77,32); }

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