#3B8505

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

Shades of Bilbao #3B8505

Tints of Bilbao #3B8505

Color information

#3B8505 (or 0x3B8505) is unknown color: approx Bilbao. HEX triplet: 3B, 85 and 05. RGB value is (59,133,5). Sum of RGB (Red+Green+Blue) = 59+133+5=197 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.95% from 197); Green value is 133 (52.34% from 255 or 67.51% from 197); Blue value is 5 (2.34% from 255 or 2.54% from 197); Max value from RGB is 133 - color contains mainly: green. Hex color #3B8505 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3B8505 is #C47AFA. Grayscale: #606060. Windows color (decimal): -12876539 or 361787. OLE color: 361787.

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

Color convert

RGB591335-
CMYK0.5600.960.48
HSL94.69º92.75%27.06%-
HSV(B)94.69º96.24%52.16%-
XYZ10.2217.723.02-
YUV96.2876.48101.41-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 29.95%
GREEN value IS 133 (52.34% from 255) = 67.51%
BLUE value IS 5 (2.34% from 255) = 2.54%
R=29.95%
G=67.51%
B=2.54%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal5913350.5600.960.4894.6992.7527.06
Hex3B85538060305f5d1b
Octal7320557001406013713533
Binary11101110000101101111000011000001100001011111101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B8505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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