#3B7028

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

Shades of Bilbao #3B7028

Tints of Bilbao #3B7028

Color information

#3B7028 (or 0x3B7028) is unknown color: approx Bilbao. HEX triplet: 3B, 70 and 28. RGB value is (59,112,40). Sum of RGB (Red+Green+Blue) = 59+112+40=211 (27% of max value = 765). Red value is 59 (23.44% from 255 or 27.96% from 211); Green value is 112 (44.14% from 255 or 53.08% from 211); Blue value is 40 (16.02% from 255 or 18.96% from 211); Max value from RGB is 112 - color contains mainly: green. Hex color #3B7028 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B7028 is #C48FD7. Grayscale: #585858. Windows color (decimal): -12881880 or 2650171. OLE color: 2650171.

HSL color Cylindrical-coordinate representation of color #3B7028: hue angle of 104.17º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3B7028 is Cyan = 0.47, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.56.

Color convert

RGB5911240-
CMYK0.4700.640.56
HSL104.17º47.37%29.8%-
HSV(B)104.17º64.29%43.92%-
XYZ7.9812.674.03-
YUV87.94100.94107.35-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 27.96%
GREEN value IS 112 (44.14% from 255) = 53.08%
BLUE value IS 40 (16.02% from 255) = 18.96%
R=27.96%
G=53.08%
B=18.96%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal59112400.4700.640.56104.1747.3729.8
Hex3B70282F04038682f1e
Octal7316050570100701505736
Binary111011111000010100010111101000000111000110100010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,112,40); }

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

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

 a { background-color: rgb(59,112,40); }

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

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

 span { border-color: rgb(59,112,40); }

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