#3B7D03

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

Shades of Bilbao #3B7D03

Tints of Bilbao #3B7D03

Color information

#3B7D03 (or 0x3B7D03) is unknown color: approx Bilbao. HEX triplet: 3B, 7D and 03. RGB value is (59,125,3). Sum of RGB (Red+Green+Blue) = 59+125+3=187 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.55% from 187); Green value is 125 (49.22% from 255 or 66.84% from 187); Blue value is 3 (1.56% from 255 or 1.60% from 187); Max value from RGB is 125 - color contains mainly: green. Hex color #3B7D03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B7D03 is #C482FC. Grayscale: #5B5B5B. Windows color (decimal): -12878589 or 228667. OLE color: 228667.

HSL color Cylindrical-coordinate representation of color #3B7D03: hue angle of 92.46º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3B7D03 is Cyan = 0.53, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.51.

Color convert

RGB591253-
CMYK0.5300.980.51
HSL92.46º95.31%25.1%-
HSV(B)92.46º97.6%49.02%-
XYZ9.1515.62.62-
YUV91.3678.13104.92-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 31.55%
GREEN value IS 125 (49.22% from 255) = 66.84%
BLUE value IS 3 (1.56% from 255) = 1.60%
R=31.55%
G=66.84%
B=1.60%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal5912530.5300.980.5192.4695.3125.1
Hex3B7D335062335c5f19
Octal7317536501426313413731
Binary111011111110111110101011000101100111011100101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,125,3); }

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

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

 a { background-color: rgb(59,125,3); }

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

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

 span { border-color: rgb(59,125,3); }

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