#3A501B

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

Shades of Seaweed #3A501B

Tints of Seaweed #3A501B

Color information

#3A501B (or 0x3A501B) is unknown color: approx Seaweed. HEX triplet: 3A, 50 and 1B. RGB value is (58,80,27). Sum of RGB (Red+Green+Blue) = 58+80+27=165 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.15% from 165); Green value is 80 (31.64% from 255 or 48.48% from 165); Blue value is 27 (10.94% from 255 or 16.36% from 165); Max value from RGB is 80 - color contains mainly: green. Hex color #3A501B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A501B is #C5AFE4. Grayscale: #434343. Windows color (decimal): -12955621 or 1790010. OLE color: 1790010.

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

Color convert

RGB588027-
CMYK0.2800.660.69
HSL84.91º49.53%20.98%-
HSV(B)84.91º66.25%31.37%-
XYZ4.816.722.08-
YUV67.38105.21121.31-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 35.15%
GREEN value IS 80 (31.64% from 255) = 48.48%
BLUE value IS 27 (10.94% from 255) = 16.36%
R=35.15%
G=48.48%
B=16.36%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5880270.2800.660.6984.9149.5320.98
Hex3A501B1C04245553215
Octal72120333401021051256225
Binary11101010100001101111100010000101000101101010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A501B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,80,27); }

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

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

 a { background-color: rgb(58,80,27); }

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

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

 span { border-color: rgb(58,80,27); }

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