#3b8625

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

Shades of Bilbao #3B8625

Tints of Bilbao #3B8625

Color information

#3B8625 (or 0x3B8625) is unknown color: approx Bilbao. HEX triplet: 3B, 86 and 25. RGB value is (59,134,37). Sum of RGB (Red+Green+Blue) = 59+134+37=230 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.65% from 230); Green value is 134 (52.73% from 255 or 58.26% from 230); Blue value is 37 (14.84% from 255 or 16.09% from 230); Max value from RGB is 134 - color contains mainly: green. Hex color #3B8625 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3B8625 is #C479DA. Grayscale: #646464. Windows color (decimal): -12876251 or 2459195. OLE color: 2459195.

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

Color convert

RGB5913437-
CMYK0.5600.720.47
HSL106.39º56.73%33.53%-
HSV(B)106.39º72.39%52.55%-
XYZ10.6618.114.68-
YUV100.5292.1598.39-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25.65%
GREEN value IS 134 (52.73% from 255) = 58.26%
BLUE value IS 37 (14.84% from 255) = 16.09%
R=25.65%
G=58.26%
B=16.09%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal59134370.5600.720.47106.3956.7333.53
Hex3B8625380482F6a3922
Octal7320645700110571527142
Binary11101110000110100101111000010010001011111101010111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3b8625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,134,37); }

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

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

 a { background-color: rgb(59,134,37); }

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

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

 span { border-color: rgb(59,134,37); }

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