#3C730A

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

Shades of Bilbao #3C730A

Tints of Bilbao #3C730A

Color information

#3C730A (or 0x3C730A) is unknown color: approx Bilbao. HEX triplet: 3C, 73 and 0A. RGB value is (60,115,10). Sum of RGB (Red+Green+Blue) = 60+115+10=185 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.43% from 185); Green value is 115 (45.31% from 255 or 62.16% from 185); Blue value is 10 (4.30% from 255 or 5.41% from 185); Max value from RGB is 115 - color contains mainly: green. Hex color #3C730A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C730A is #C38CF5. Grayscale: #565656. Windows color (decimal): -12815606 or 684860. OLE color: 684860.

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

Color convert

RGB6011510-
CMYK0.4800.910.55
HSL91.43º84%24.51%-
HSV(B)91.43º91.3%45.1%-
XYZ8.0513.242.42-
YUV86.5884.78109.04-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 32.43%
GREEN value IS 115 (45.31% from 255) = 62.16%
BLUE value IS 10 (4.30% from 255) = 5.41%
R=32.43%
G=62.16%
B=5.41%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal60115100.4800.910.5591.438424.51
Hex3C73A3005B375b5419
Octal74163126001336713312431
Binary11110011100111010110000010110111101111011011101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C730A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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