#3C7317

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

Shades of Bilbao #3C7317

Tints of Bilbao #3C7317

Color information

#3C7317 (or 0x3C7317) is unknown color: approx Bilbao. HEX triplet: 3C, 73 and 17. RGB value is (60,115,23). Sum of RGB (Red+Green+Blue) = 60+115+23=198 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30.30% from 198); Green value is 115 (45.31% from 255 or 58.08% from 198); Blue value is 23 (9.38% from 255 or 11.62% from 198); Max value from RGB is 115 - color contains mainly: green. Hex color #3C7317 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C7317 is #C38CE8. Grayscale: #585858. Windows color (decimal): -12815593 or 1536828. OLE color: 1536828.

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

Color convert

RGB6011523-
CMYK0.4800.800.55
HSL95.87º66.67%27.06%-
HSV(B)95.87º80%45.1%-
XYZ8.1513.282.95-
YUV88.0791.28107.98-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 30.30%
GREEN value IS 115 (45.31% from 255) = 58.08%
BLUE value IS 23 (9.38% from 255) = 11.62%
R=30.30%
G=58.08%
B=11.62%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal60115230.4800.800.5595.8766.6727.06
Hex3C7317300503760431b
Octal74163276001206714010333
Binary111100111001110111110000010100001101111100000100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,115,23); }

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

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

 a { background-color: rgb(60,115,23); }

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

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

 span { border-color: rgb(60,115,23); }

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