#3C7712

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

Shades of Bilbao #3C7712

Tints of Bilbao #3C7712

Color information

#3C7712 (or 0x3C7712) is unknown color: approx Bilbao. HEX triplet: 3C, 77 and 12. RGB value is (60,119,18). Sum of RGB (Red+Green+Blue) = 60+119+18=197 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30.46% from 197); Green value is 119 (46.88% from 255 or 60.41% from 197); Blue value is 18 (7.42% from 255 or 9.14% from 197); Max value from RGB is 119 - color contains mainly: green. Hex color #3C7712 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C7712 is #C388ED. Grayscale: #5A5A5A. Windows color (decimal): -12814574 or 1210172. OLE color: 1210172.

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

Color convert

RGB6011918-
CMYK0.5000.850.53
HSL95.05º73.72%26.86%-
HSV(B)95.05º84.87%46.67%-
XYZ8.5714.22.86-
YUV89.8487.45106.71-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 30.46%
GREEN value IS 119 (46.88% from 255) = 60.41%
BLUE value IS 18 (7.42% from 255) = 9.14%
R=30.46%
G=60.41%
B=9.14%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal60119180.5000.850.5395.0573.7226.86
Hex3C771232055355f4a1b
Octal74167226201256513711233
Binary111100111011110010110010010101011101011011111100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,119,18); }

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

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

 a { background-color: rgb(60,119,18); }

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

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

 span { border-color: rgb(60,119,18); }

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