#3A531D

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

Shades of Seaweed #3A531D

Tints of Seaweed #3A531D

Color information

#3A531D (or 0x3A531D) is unknown color: approx Seaweed. HEX triplet: 3A, 53 and 1D. RGB value is (58,83,29). Sum of RGB (Red+Green+Blue) = 58+83+29=170 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.12% from 170); Green value is 83 (32.81% from 255 or 48.82% from 170); Blue value is 29 (11.72% from 255 or 17.06% from 170); Max value from RGB is 83 - color contains mainly: green. Hex color #3A531D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A531D is #C5ACE2. Grayscale: #454545. Windows color (decimal): -12954851 or 1921850. OLE color: 1921850.

HSL color Cylindrical-coordinate representation of color #3A531D: hue angle of 87.78º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3A531D is Cyan = 0.30, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB588329-
CMYK0.3000.650.67
HSL87.78º48.21%21.96%-
HSV(B)87.78º65.06%32.55%-
XYZ5.067.172.28-
YUV69.37105.22119.89-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 34.12%
GREEN value IS 83 (32.81% from 255) = 48.82%
BLUE value IS 29 (11.72% from 255) = 17.06%
R=34.12%
G=48.82%
B=17.06%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5883290.3000.650.6787.7848.2121.96
Hex3A531D1E04143583016
Octal72123353601011031306026
Binary11101010100111110111110010000011000011101100011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A531D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,83,29); }

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

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

 a { background-color: rgb(58,83,29); }

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

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

 span { border-color: rgb(58,83,29); }

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