#3A4D1E

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

Shades of Seaweed #3A4D1E

Tints of Seaweed #3A4D1E

Color information

#3A4D1E (or 0x3A4D1E) is unknown color: approx Seaweed. HEX triplet: 3A, 4D and 1E. RGB value is (58,77,30). Sum of RGB (Red+Green+Blue) = 58+77+30=165 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.15% from 165); Green value is 77 (30.47% from 255 or 46.67% from 165); Blue value is 30 (12.11% from 255 or 18.18% from 165); Max value from RGB is 77 - color contains mainly: green. Hex color #3A4D1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A4D1E is #C5B2E1. Grayscale: #424242. Windows color (decimal): -12956386 or 1985850. OLE color: 1985850.

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

Color convert

RGB587730-
CMYK0.2500.610.70
HSL84.26º43.93%20.98%-
HSV(B)84.26º61.04%30.2%-
XYZ4.636.32.2-
YUV65.96107.71122.32-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 35.15%
GREEN value IS 77 (30.47% from 255) = 46.67%
BLUE value IS 30 (12.11% from 255) = 18.18%
R=35.15%
G=46.67%
B=18.18%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5877300.2500.610.7084.2643.9320.98
Hex3A4D1E1903D46542c15
Octal7211536310751061245425
Binary1110101001101111101100101111011000110101010010110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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