#3C7113

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

Shades of Bilbao #3C7113

Tints of Bilbao #3C7113

Color information

#3C7113 (or 0x3C7113) is unknown color: approx Bilbao. HEX triplet: 3C, 71 and 13. RGB value is (60,113,19). Sum of RGB (Red+Green+Blue) = 60+113+19=192 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.25% from 192); Green value is 113 (44.53% from 255 or 58.85% from 192); Blue value is 19 (7.81% from 255 or 9.90% from 192); Max value from RGB is 113 - color contains mainly: green. Hex color #3C7113 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C7113 is #C38EEC. Grayscale: #565656. Windows color (decimal): -12816109 or 1274172. OLE color: 1274172.

HSL color Cylindrical-coordinate representation of color #3C7113: hue angle of 93.83º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3C7113 is Cyan = 0.47, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.56.

Color convert

RGB6011319-
CMYK0.4700.830.56
HSL93.83º71.21%25.88%-
HSV(B)93.83º83.19%44.31%-
XYZ7.8912.822.67-
YUV86.4489.94109.14-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 31.25%
GREEN value IS 113 (44.53% from 255) = 58.85%
BLUE value IS 19 (7.81% from 255) = 9.90%
R=31.25%
G=58.85%
B=9.90%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal60113190.4700.830.5693.8371.2125.88
Hex3C71132F053385e471a
Octal74161235701237013610732
Binary111100111000110011101111010100111110001011110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,113,19); }

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

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

 a { background-color: rgb(60,113,19); }

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

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

 span { border-color: rgb(60,113,19); }

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