#3C730D

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

Shades of Bilbao #3C730D

Tints of Bilbao #3C730D

Color information

#3C730D (or 0x3C730D) is unknown color: approx Bilbao. HEX triplet: 3C, 73 and 0D. RGB value is (60,115,13). Sum of RGB (Red+Green+Blue) = 60+115+13=188 (24% of max value = 765). Red value is 60 (23.83% from 255 or 31.91% from 188); Green value is 115 (45.31% from 255 or 61.17% from 188); Blue value is 13 (5.47% from 255 or 6.91% from 188); Max value from RGB is 115 - color contains mainly: green. Hex color #3C730D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C730D is #C38CF2. Grayscale: #575757. Windows color (decimal): -12815603 or 881468. OLE color: 881468.

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

Color convert

RGB6011513-
CMYK0.4800.890.55
HSL92.35º79.69%25.1%-
HSV(B)92.35º88.7%45.1%-
XYZ8.0713.252.51-
YUV86.9386.28108.79-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 31.91%
GREEN value IS 115 (45.31% from 255) = 61.17%
BLUE value IS 13 (5.47% from 255) = 6.91%
R=31.91%
G=61.17%
B=6.91%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal60115130.4800.890.5592.3579.6925.1
Hex3C73D30059375c5019
Octal74163156001316713412031
Binary11110011100111101110000010110011101111011100101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C730D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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