#3C7610

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

Shades of Bilbao #3C7610

Tints of Bilbao #3C7610

Color information

#3C7610 (or 0x3C7610) is unknown color: approx Bilbao. HEX triplet: 3C, 76 and 10. RGB value is (60,118,16). Sum of RGB (Red+Green+Blue) = 60+118+16=194 (25% of max value = 765). Red value is 60 (23.83% from 255 or 30.93% from 194); Green value is 118 (46.48% from 255 or 60.82% from 194); Blue value is 16 (6.64% from 255 or 8.25% from 194); Max value from RGB is 118 - color contains mainly: green. Hex color #3C7610 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C7610 is #C389EF. Grayscale: #595959. Windows color (decimal): -12814832 or 1078844. OLE color: 1078844.

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

Color convert

RGB6011816-
CMYK0.4900.860.54
HSL94.12º76.12%26.27%-
HSV(B)94.12º86.44%46.27%-
XYZ8.4413.952.74-
YUV89.0386.78107.29-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 30.93%
GREEN value IS 118 (46.48% from 255) = 60.82%
BLUE value IS 16 (6.64% from 255) = 8.25%
R=30.93%
G=60.82%
B=8.25%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal60118160.4900.860.5494.1276.1226.27
Hex3C761031056365e4c1a
Octal74166206101266613611432
Binary111100111011010000110001010101101101101011110100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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