#3B772A

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

Shades of Bilbao #3B772A

Tints of Bilbao #3B772A

Color information

#3B772A (or 0x3B772A) is unknown color: approx Bilbao. HEX triplet: 3B, 77 and 2A. RGB value is (59,119,42). Sum of RGB (Red+Green+Blue) = 59+119+42=220 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.82% from 220); Green value is 119 (46.88% from 255 or 54.09% from 220); Blue value is 42 (16.80% from 255 or 19.09% from 220); Max value from RGB is 119 - color contains mainly: green. Hex color #3B772A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B772A is #C488D5. Grayscale: #5C5C5C. Windows color (decimal): -12880086 or 2783035. OLE color: 2783035.

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

Color convert

RGB5911942-
CMYK0.5000.650.53
HSL106.75º47.83%31.57%-
HSV(B)106.75º64.71%46.67%-
XYZ8.8214.294.48-
YUV92.2899.62104.26-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 26.82%
GREEN value IS 119 (46.88% from 255) = 54.09%
BLUE value IS 42 (16.80% from 255) = 19.09%
R=26.82%
G=54.09%
B=19.09%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal59119420.5000.650.53106.7547.8331.57
Hex3B772A32041356b3020
Octal7316752620101651536040
Binary1110111110111101010110010010000011101011101011110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B772A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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