#3C701C

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

Shades of Bilbao #3C701C

Tints of Bilbao #3C701C

Color information

#3C701C (or 0x3C701C) is unknown color: approx Bilbao. HEX triplet: 3C, 70 and 1C. RGB value is (60,112,28). Sum of RGB (Red+Green+Blue) = 60+112+28=200 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30% from 200); Green value is 112 (44.14% from 255 or 56% from 200); Blue value is 28 (11.33% from 255 or 14% from 200); Max value from RGB is 112 - color contains mainly: green. Hex color #3C701C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C701C is #C38FE3. Grayscale: #575757. Windows color (decimal): -12816356 or 1863740. OLE color: 1863740.

HSL color Cylindrical-coordinate representation of color #3C701C: hue angle of 97.14º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3C701C is Cyan = 0.46, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB6011228-
CMYK0.4600.750.56
HSL97.14º60%27.45%-
HSV(B)97.14º75%43.92%-
XYZ7.8712.633.12-
YUV86.8894.77108.83-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 30%
GREEN value IS 112 (44.14% from 255) = 56%
BLUE value IS 28 (11.33% from 255) = 14%
R=30%
G=56%
B=14%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal60112280.4600.750.5697.146027.45
Hex3C701C2E04B38613c1b
Octal7416034560113701417433
Binary11110011100001110010111001001011111000110000111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C701C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,112,28); }

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

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

 a { background-color: rgb(60,112,28); }

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

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

 span { border-color: rgb(60,112,28); }

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