#3C7418

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

Shades of Bilbao #3C7418

Tints of Bilbao #3C7418

Color information

#3C7418 (or 0x3C7418) is unknown color: approx Bilbao. HEX triplet: 3C, 74 and 18. RGB value is (60,116,24). Sum of RGB (Red+Green+Blue) = 60+116+24=200 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30% from 200); Green value is 116 (45.70% from 255 or 58% from 200); Blue value is 24 (9.77% from 255 or 12% from 200); Max value from RGB is 116 - color contains mainly: green. Hex color #3C7418 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C7418 is #C38BE7. Grayscale: #595959. Windows color (decimal): -12815336 or 1602620. OLE color: 1602620.

HSL color Cylindrical-coordinate representation of color #3C7418: hue angle of 96.52º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3C7418 is Cyan = 0.48, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.55.

Color convert

RGB6011624-
CMYK0.4800.790.55
HSL96.52º65.71%27.45%-
HSV(B)96.52º79.31%45.49%-
XYZ8.2713.523.04-
YUV88.7791.45107.48-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 30%
GREEN value IS 116 (45.70% from 255) = 58%
BLUE value IS 24 (9.77% from 255) = 12%
R=30%
G=58%
B=12%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal60116240.4800.790.5596.5265.7127.45
Hex3C74183004F3761421b
Octal74164306001176714110233
Binary111100111010011000110000010011111101111100001100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,116,24); }

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

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

 a { background-color: rgb(60,116,24); }

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

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

 span { border-color: rgb(60,116,24); }

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