#3A4F1E

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

Shades of Seaweed #3A4F1E

Tints of Seaweed #3A4F1E

Color information

#3A4F1E (or 0x3A4F1E) is unknown color: approx Seaweed. HEX triplet: 3A, 4F and 1E. RGB value is (58,79,30). Sum of RGB (Red+Green+Blue) = 58+79+30=167 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.73% from 167); Green value is 79 (31.25% from 255 or 47.31% from 167); Blue value is 30 (12.11% from 255 or 17.96% from 167); Max value from RGB is 79 - color contains mainly: green. Hex color #3A4F1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A4F1E is #C5B0E1. Grayscale: #434343. Windows color (decimal): -12955874 or 1986362. OLE color: 1986362.

HSL color Cylindrical-coordinate representation of color #3A4F1E: hue angle of 85.71º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A4F1E is Cyan = 0.27, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.69.

Color convert

RGB587930-
CMYK0.2700.620.69
HSL85.71º44.95%21.37%-
HSV(B)85.71º62.03%30.98%-
XYZ4.786.592.25-
YUV67.13107.04121.48-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 34.73%
GREEN value IS 79 (31.25% from 255) = 47.31%
BLUE value IS 30 (12.11% from 255) = 17.96%
R=34.73%
G=47.31%
B=17.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5879300.2700.620.6985.7144.9521.37
Hex3A4F1E1B03E45562d15
Octal7211736330761051265525
Binary1110101001111111101101101111101000101101011010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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