#3C7310

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

Shades of Bilbao #3C7310

Tints of Bilbao #3C7310

Color information

#3C7310 (or 0x3C7310) is unknown color: approx Bilbao. HEX triplet: 3C, 73 and 10. RGB value is (60,115,16). Sum of RGB (Red+Green+Blue) = 60+115+16=191 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.41% from 191); Green value is 115 (45.31% from 255 or 60.21% from 191); Blue value is 16 (6.64% from 255 or 8.38% from 191); Max value from RGB is 115 - color contains mainly: green. Hex color #3C7310 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C7310 is #C38CEF. Grayscale: #575757. Windows color (decimal): -12815600 or 1078076. OLE color: 1078076.

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

Color convert

RGB6011516-
CMYK0.4800.860.55
HSL93.33º75.57%25.69%-
HSV(B)93.33º86.09%45.1%-
XYZ8.0913.262.62-
YUV87.2787.78108.55-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 31.41%
GREEN value IS 115 (45.31% from 255) = 60.21%
BLUE value IS 16 (6.64% from 255) = 8.38%
R=31.41%
G=60.21%
B=8.38%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal60115160.4800.860.5593.3375.5725.69
Hex3C731030056375d4c1a
Octal74163206001266713511432
Binary111100111001110000110000010101101101111011101100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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