#3A511F

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

Shades of Seaweed #3A511F

Tints of Seaweed #3A511F

Color information

#3A511F (or 0x3A511F) is unknown color: approx Seaweed. HEX triplet: 3A, 51 and 1F. RGB value is (58,81,31). Sum of RGB (Red+Green+Blue) = 58+81+31=170 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.12% from 170); Green value is 81 (32.03% from 255 or 47.65% from 170); Blue value is 31 (12.5% from 255 or 18.24% from 170); Max value from RGB is 81 - color contains mainly: green. Hex color #3A511F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A511F is #C5AEE0. Grayscale: #444444. Windows color (decimal): -12955361 or 2052410. OLE color: 2052410.

HSL color Cylindrical-coordinate representation of color #3A511F: hue angle of 87.6º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A511F is Cyan = 0.28, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.68.

Color convert

RGB588131-
CMYK0.2800.620.68
HSL87.6º44.64%21.96%-
HSV(B)87.6º61.73%31.76%-
XYZ4.936.882.36-
YUV68.42106.88120.57-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 34.12%
GREEN value IS 81 (32.03% from 255) = 47.65%
BLUE value IS 31 (12.5% from 255) = 18.24%
R=34.12%
G=47.65%
B=18.24%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5881310.2800.620.6887.644.6421.96
Hex3A511F1C03E44582d16
Octal7212137340761041305526
Binary1110101010001111111110001111101000100101100010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A511F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,81,31); }

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

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

 a { background-color: rgb(58,81,31); }

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

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

 span { border-color: rgb(58,81,31); }

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