#3b7728

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

Shades of Bilbao #3B7728

Tints of Bilbao #3B7728

Color information

#3B7728 (or 0x3B7728) is unknown color: approx Bilbao. HEX triplet: 3B, 77 and 28. RGB value is (59,119,40). Sum of RGB (Red+Green+Blue) = 59+119+40=218 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.06% from 218); Green value is 119 (46.88% from 255 or 54.59% from 218); Blue value is 40 (16.02% from 255 or 18.35% from 218); Max value from RGB is 119 - color contains mainly: green. Hex color #3B7728 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B7728 is #C488D7. Grayscale: #5C5C5C. Windows color (decimal): -12880088 or 2651963. OLE color: 2651963.

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

Color convert

RGB5911940-
CMYK0.5000.660.53
HSL105.57º49.69%31.18%-
HSV(B)105.57º66.39%46.67%-
XYZ8.7814.284.3-
YUV92.0598.62104.42-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 27.06%
GREEN value IS 119 (46.88% from 255) = 54.59%
BLUE value IS 40 (16.02% from 255) = 18.35%
R=27.06%
G=54.59%
B=18.35%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal59119400.5000.660.53105.5749.6931.18
Hex3B772832042356a321f
Octal7316750620102651526237
Binary111011111011110100011001001000010110101110101011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3b7728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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