#3B8529

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

Shades of Bilbao #3B8529

Tints of Bilbao #3B8529

Color information

#3B8529 (or 0x3B8529) is unknown color: approx Bilbao. HEX triplet: 3B, 85 and 29. RGB value is (59,133,41). Sum of RGB (Red+Green+Blue) = 59+133+41=233 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.32% from 233); Green value is 133 (52.34% from 255 or 57.08% from 233); Blue value is 41 (16.41% from 255 or 17.60% from 233); Max value from RGB is 133 - color contains mainly: green. Hex color #3B8529 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3B8529 is #C47AD6. Grayscale: #646464. Windows color (decimal): -12876503 or 2721083. OLE color: 2721083.

HSL color Cylindrical-coordinate representation of color #3B8529: hue angle of 108.26º 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 #3B8529 is Cyan = 0.56, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.48.

Color convert

RGB5913341-
CMYK0.5600.690.48
HSL108.26º52.87%34.12%-
HSV(B)108.26º69.17%52.16%-
XYZ10.5917.864.99-
YUV100.3994.4898.48-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25.32%
GREEN value IS 133 (52.34% from 255) = 57.08%
BLUE value IS 41 (16.41% from 255) = 17.60%
R=25.32%
G=57.08%
B=17.60%

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
Decimal59133410.5600.690.48108.2652.8734.12
Hex3B852938045306c3522
Octal7320551700105601546542
Binary11101110000101101001111000010001011100001101100110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B8529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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