#3A4A1F

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

Shades of Seaweed #3A4A1F

Tints of Seaweed #3A4A1F

Color information

#3A4A1F (or 0x3A4A1F) is unknown color: approx Seaweed. HEX triplet: 3A, 4A and 1F. RGB value is (58,74,31). Sum of RGB (Red+Green+Blue) = 58+74+31=163 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.58% from 163); Green value is 74 (29.30% from 255 or 45.40% from 163); Blue value is 31 (12.5% from 255 or 19.02% from 163); Max value from RGB is 74 - color contains mainly: green. Hex color #3A4A1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4A1F is #C5B5E0. Grayscale: #404040. Windows color (decimal): -12957153 or 2050618. OLE color: 2050618.

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

Color convert

RGB587431-
CMYK0.2200.580.71
HSL82.33º40.95%20.59%-
HSV(B)82.33º58.11%29.02%-
XYZ4.445.92.2-
YUV64.31109.2123.5-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 35.58%
GREEN value IS 74 (29.30% from 255) = 45.40%
BLUE value IS 31 (12.5% from 255) = 19.02%
R=35.58%
G=45.40%
B=19.02%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5874310.2200.580.7182.3340.9520.59
Hex3A4A1F1603A47522915
Octal7211237260721071225125
Binary1110101001010111111011001110101000111101001010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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