#3B761D

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

Shades of Bilbao #3B761D

Tints of Bilbao #3B761D

Color information

#3B761D (or 0x3B761D) is unknown color: approx Bilbao. HEX triplet: 3B, 76 and 1D. RGB value is (59,118,29). Sum of RGB (Red+Green+Blue) = 59+118+29=206 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.64% from 206); Green value is 118 (46.48% from 255 or 57.28% from 206); Blue value is 29 (11.72% from 255 or 14.08% from 206); Max value from RGB is 118 - color contains mainly: green. Hex color #3B761D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B761D is #C489E2. Grayscale: #5A5A5A. Windows color (decimal): -12880355 or 1930811. OLE color: 1930811.

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

Color convert

RGB5911829-
CMYK0.5000.750.54
HSL99.78º60.54%28.82%-
HSV(B)99.78º75.42%46.27%-
XYZ8.513.983.41-
YUV90.2193.45105.74-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 28.64%
GREEN value IS 118 (46.48% from 255) = 57.28%
BLUE value IS 29 (11.72% from 255) = 14.08%
R=28.64%
G=57.28%
B=14.08%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal59118290.5000.750.5499.7860.5428.82
Hex3B761D3204B36643d1d
Octal7316635620113661447535
Binary11101111101101110111001001001011110110110010011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B761D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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