#3C701B

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

Shades of Bilbao #3C701B

Tints of Bilbao #3C701B

Color information

#3C701B (or 0x3C701B) is unknown color: approx Bilbao. HEX triplet: 3C, 70 and 1B. RGB value is (60,112,27). Sum of RGB (Red+Green+Blue) = 60+112+27=199 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30.15% from 199); Green value is 112 (44.14% from 255 or 56.28% from 199); Blue value is 27 (10.94% from 255 or 13.57% from 199); Max value from RGB is 112 - color contains mainly: green. Hex color #3C701B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C701B is #C38FE4. Grayscale: #575757. Windows color (decimal): -12816357 or 1798204. OLE color: 1798204.

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

Color convert

RGB6011227-
CMYK0.4600.760.56
HSL96.71º61.15%27.25%-
HSV(B)96.71º75.89%43.92%-
XYZ7.8612.633.06-
YUV86.7694.27108.91-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 30.15%
GREEN value IS 112 (44.14% from 255) = 56.28%
BLUE value IS 27 (10.94% from 255) = 13.57%
R=30.15%
G=56.28%
B=13.57%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal60112270.4600.760.5696.7161.1527.25
Hex3C701B2E04C38613d1b
Octal7416033560114701417533
Binary11110011100001101110111001001100111000110000111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C701B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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