#3C7704

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

Shades of Bilbao #3C7704

Tints of Bilbao #3C7704

Color information

#3C7704 (or 0x3C7704) is unknown color: approx Bilbao. HEX triplet: 3C, 77 and 04. RGB value is (60,119,4). Sum of RGB (Red+Green+Blue) = 60+119+4=183 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.79% from 183); Green value is 119 (46.88% from 255 or 65.03% from 183); Blue value is 4 (1.95% from 255 or 2.19% from 183); Max value from RGB is 119 - color contains mainly: green. Hex color #3C7704 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C7704 is #C388FB. Grayscale: #585858. Windows color (decimal): -12814588 or 292668. OLE color: 292668.

HSL color Cylindrical-coordinate representation of color #3C7704: hue angle of 90.78º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3C7704 is Cyan = 0.50, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.53.

Color convert

RGB601194-
CMYK0.5000.970.53
HSL90.78º93.5%24.12%-
HSV(B)90.78º96.64%46.67%-
XYZ8.4814.162.4-
YUV88.2580.45107.85-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 32.79%
GREEN value IS 119 (46.88% from 255) = 65.03%
BLUE value IS 4 (1.95% from 255) = 2.19%
R=32.79%
G=65.03%
B=2.19%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6011940.5000.970.5390.7893.524.12
Hex3C77432061355b5d18
Octal7416746201416513313530
Binary1111001110111100110010011000011101011011011101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,119,4); }

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

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

 a { background-color: rgb(60,119,4); }

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

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

 span { border-color: rgb(60,119,4); }

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