#3B772C

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

Shades of Bilbao #3B772C

Tints of Bilbao #3B772C

Color information

#3B772C (or 0x3B772C) is unknown color: approx Bilbao. HEX triplet: 3B, 77 and 2C. RGB value is (59,119,44). Sum of RGB (Red+Green+Blue) = 59+119+44=222 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.58% from 222); Green value is 119 (46.88% from 255 or 53.60% from 222); Blue value is 44 (17.58% from 255 or 19.82% from 222); Max value from RGB is 119 - color contains mainly: green. Hex color #3B772C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B772C is #C488D3. Grayscale: #5C5C5C. Windows color (decimal): -12880084 or 2914107. OLE color: 2914107.

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

Color convert

RGB5911944-
CMYK0.5000.630.53
HSL108º46.01%31.96%-
HSV(B)108º63.03%46.67%-
XYZ8.8614.314.68-
YUV92.51100.62104.1-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 26.58%
GREEN value IS 119 (46.88% from 255) = 53.60%
BLUE value IS 44 (17.58% from 255) = 19.82%
R=26.58%
G=53.60%
B=19.82%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal59119440.5000.630.5310846.0131.96
Hex3B772C3203F356c2e20
Octal731675462077651545640
Binary111011111011110110011001001111111101011101100101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B772C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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