#3b771d

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

Shades of Bilbao #3B771D

Tints of Bilbao #3B771D

Color information

#3B771D (or 0x3B771D) is unknown color: approx Bilbao. HEX triplet: 3B, 77 and 1D. RGB value is (59,119,29). Sum of RGB (Red+Green+Blue) = 59+119+29=207 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.50% from 207); Green value is 119 (46.88% from 255 or 57.49% from 207); Blue value is 29 (11.72% from 255 or 14.01% from 207); Max value from RGB is 119 - color contains mainly: green. Hex color #3B771D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B771D is #C488E2. Grayscale: #5B5B5B. Windows color (decimal): -12880099 or 1931067. OLE color: 1931067.

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

Color convert

RGB5911929-
CMYK0.5000.760.53
HSL100º60.81%29.02%-
HSV(B)100º75.63%46.67%-
XYZ8.6214.213.45-
YUV90.893.12105.32-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 28.50%
GREEN value IS 119 (46.88% from 255) = 57.49%
BLUE value IS 29 (11.72% from 255) = 14.01%
R=28.50%
G=57.49%
B=14.01%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal59119290.5000.760.5310060.8129.02
Hex3B771D3204C35643d1d
Octal7316735620114651447535
Binary11101111101111110111001001001100110101110010011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3b771d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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