#3B770E

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

Shades of Bilbao #3B770E

Tints of Bilbao #3B770E

Color information

#3B770E (or 0x3B770E) is unknown color: approx Bilbao. HEX triplet: 3B, 77 and 0E. RGB value is (59,119,14). Sum of RGB (Red+Green+Blue) = 59+119+14=192 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.73% from 192); Green value is 119 (46.88% from 255 or 61.98% from 192); Blue value is 14 (5.86% from 255 or 7.29% from 192); Max value from RGB is 119 - color contains mainly: green. Hex color #3B770E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B770E is #C488F1. Grayscale: #595959. Windows color (decimal): -12880114 or 948027. OLE color: 948027.

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

Color convert

RGB5911914-
CMYK0.5000.880.53
HSL94.29º78.95%26.08%-
HSV(B)94.29º88.24%46.67%-
XYZ8.4814.162.7-
YUV89.0985.62106.54-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 30.73%
GREEN value IS 119 (46.88% from 255) = 61.98%
BLUE value IS 14 (5.86% from 255) = 7.29%
R=30.73%
G=61.98%
B=7.29%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal59119140.5000.880.5394.2978.9526.08
Hex3B77E32058355e4f1a
Octal73167166201306513611732
Binary11101111101111110110010010110001101011011110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B770E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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