#3C761F

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

Shades of Bilbao #3C761F

Tints of Bilbao #3C761F

Color information

#3C761F (or 0x3C761F) is unknown color: approx Bilbao. HEX triplet: 3C, 76 and 1F. RGB value is (60,118,31). Sum of RGB (Red+Green+Blue) = 60+118+31=209 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.71% from 209); Green value is 118 (46.48% from 255 or 56.46% from 209); Blue value is 31 (12.5% from 255 or 14.83% from 209); Max value from RGB is 118 - color contains mainly: green. Hex color #3C761F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C761F is #C389E0. Grayscale: #5B5B5B. Windows color (decimal): -12814817 or 2061884. OLE color: 2061884.

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

Color convert

RGB6011831-
CMYK0.4900.740.54
HSL100º58.39%29.22%-
HSV(B)100º73.73%46.27%-
XYZ8.5914.023.55-
YUV90.7494.28106.07-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 28.71%
GREEN value IS 118 (46.48% from 255) = 56.46%
BLUE value IS 31 (12.5% from 255) = 14.83%
R=28.71%
G=56.46%
B=14.83%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal60118310.4900.740.5410058.3929.22
Hex3C761F3104A36643a1d
Octal7416637610112661447235
Binary11110011101101111111000101001010110110110010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C761F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,118,31); }

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

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

 a { background-color: rgb(60,118,31); }

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

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

 span { border-color: rgb(60,118,31); }

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