#3A8529

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

Shades of Bilbao #3A8529

Tints of Bilbao #3A8529

Color information

#3A8529 (or 0x3A8529) is unknown color: approx Bilbao. HEX triplet: 3A, 85 and 29. RGB value is (58,133,41). Sum of RGB (Red+Green+Blue) = 58+133+41=232 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25% from 232); Green value is 133 (52.34% from 255 or 57.33% from 232); Blue value is 41 (16.41% from 255 or 17.67% from 232); Max value from RGB is 133 - color contains mainly: green. Hex color #3A8529 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A8529 is #C57AD6. Grayscale: #646464. Windows color (decimal): -12942039 or 2721082. OLE color: 2721082.

HSL color Cylindrical-coordinate representation of color #3A8529: hue angle of 108.91º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A8529 is Cyan = 0.56, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.48.

Color convert

RGB5813341-
CMYK0.5600.690.48
HSL108.91º52.87%34.12%-
HSV(B)108.91º69.17%52.16%-
XYZ10.5317.834.99-
YUV100.0994.6597.98-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 25%
GREEN value IS 133 (52.34% from 255) = 57.33%
BLUE value IS 41 (16.41% from 255) = 17.67%
R=25%
G=57.33%
B=17.67%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal58133410.5600.690.48108.9152.8734.12
Hex3A852938045306d3522
Octal7220551700105601556542
Binary11101010000101101001111000010001011100001101101110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A8529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,133,41); }

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

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

 a { background-color: rgb(58,133,41); }

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

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

 span { border-color: rgb(58,133,41); }

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