#3B8A00

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

Shades of Bilbao #3B8A00

Tints of Bilbao #3B8A00

Color information

#3B8A00 (or 0x3B8A00) is unknown color: approx Bilbao. HEX triplet: 3B, 8A and 00. RGB value is (59,138,0). Sum of RGB (Red+Green+Blue) = 59+138+0=197 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.95% from 197); Green value is 138 (54.30% from 255 or 70.05% from 197); Blue value is 0 (0.39% from 255 or 0% from 197); Max value from RGB is 138 - color contains mainly: green. Hex color #3B8A00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3B8A00 is #C475FF. Grayscale: #636363. Windows color (decimal): -12875264 or 35387. OLE color: 35387.

HSL color Cylindrical-coordinate representation of color #3B8A00: hue angle of 94.35º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3B8A00 is Cyan = 0.57, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.46.

Color convert

RGB591380-
CMYK0.57010.46
HSL94.35º100%27.06%-
HSV(B)94.35º100%54.12%-
XYZ10.8919.113.11-
YUV98.6572.3399.72-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 29.95%
GREEN value IS 138 (54.30% from 255) = 70.05%
BLUE value IS 0 (0.39% from 255) = 0%
R=29.95%
G=70.05%
B=0%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal5913800.57010.4694.3510027.06
Hex3B8A0390642E5e641b
Octal7321207101445613614433
Binary111011100010100111001011001001011101011110110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B8A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,138,0); }

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

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

 a { background-color: rgb(59,138,0); }

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

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

 span { border-color: rgb(59,138,0); }

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