#3B772F

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

Shades of Bilbao #3B772F

Tints of Bilbao #3B772F

Color information

#3B772F (or 0x3B772F) is unknown color: approx Bilbao. HEX triplet: 3B, 77 and 2F. RGB value is (59,119,47). Sum of RGB (Red+Green+Blue) = 59+119+47=225 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.22% from 225); Green value is 119 (46.88% from 255 or 52.89% from 225); Blue value is 47 (18.75% from 255 or 20.89% from 225); Max value from RGB is 119 - color contains mainly: green. Hex color #3B772F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B772F is #C488D0. Grayscale: #5D5D5D. Windows color (decimal): -12880081 or 3110715. OLE color: 3110715.

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

Color convert

RGB5911947-
CMYK0.5000.610.53
HSL110º43.37%32.55%-
HSV(B)110º60.5%46.67%-
XYZ8.9114.334.99-
YUV92.85102.12103.85-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 26.22%
GREEN value IS 119 (46.88% from 255) = 52.89%
BLUE value IS 47 (18.75% from 255) = 20.89%
R=26.22%
G=52.89%
B=20.89%

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
Decimal59119470.5000.610.5311043.3732.55
Hex3B772F3203D356e2b21
Octal731675762075651565341
Binary111011111011110111111001001111011101011101110101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B772F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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