#3B772E

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

Shades of Bilbao #3B772E

Tints of Bilbao #3B772E

Color information

#3B772E (or 0x3B772E) is unknown color: approx Bilbao. HEX triplet: 3B, 77 and 2E. RGB value is (59,119,46). Sum of RGB (Red+Green+Blue) = 59+119+46=224 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.34% from 224); Green value is 119 (46.88% from 255 or 53.12% from 224); Blue value is 46 (18.36% from 255 or 20.54% from 224); Max value from RGB is 119 - color contains mainly: green. Hex color #3B772E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B772E is #C488D1. Grayscale: #5C5C5C. Windows color (decimal): -12880082 or 3045179. OLE color: 3045179.

HSL color Cylindrical-coordinate representation of color #3B772E: hue angle of 109.32º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3B772E is Cyan = 0.50, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB5911946-
CMYK0.5000.610.53
HSL109.32º44.24%32.35%-
HSV(B)109.32º61.34%46.67%-
XYZ8.8914.324.88-
YUV92.74101.62103.94-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 26.34%
GREEN value IS 119 (46.88% from 255) = 53.12%
BLUE value IS 46 (18.36% from 255) = 20.54%
R=26.34%
G=53.12%
B=20.54%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal59119460.5000.610.53109.3244.2432.35
Hex3B772E3203D356d2c20
Octal731675662075651555440
Binary111011111011110111011001001111011101011101101101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B772E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,119,46); }

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

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

 a { background-color: rgb(59,119,46); }

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

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

 span { border-color: rgb(59,119,46); }

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