#3C701A

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

Shades of Bilbao #3C701A

Tints of Bilbao #3C701A

Color information

#3C701A (or 0x3C701A) is unknown color: approx Bilbao. HEX triplet: 3C, 70 and 1A. RGB value is (60,112,26). Sum of RGB (Red+Green+Blue) = 60+112+26=198 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30.30% from 198); Green value is 112 (44.14% from 255 or 56.57% from 198); Blue value is 26 (10.55% from 255 or 13.13% from 198); Max value from RGB is 112 - color contains mainly: green. Hex color #3C701A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C701A is #C38FE5. Grayscale: #565656. Windows color (decimal): -12816358 or 1732668. OLE color: 1732668.

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

Color convert

RGB6011226-
CMYK0.4600.770.56
HSL96.28º62.32%27.06%-
HSV(B)96.28º76.79%43.92%-
XYZ7.8412.623-
YUV86.6593.77108.99-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 30.30%
GREEN value IS 112 (44.14% from 255) = 56.57%
BLUE value IS 26 (10.55% from 255) = 13.13%
R=30.30%
G=56.57%
B=13.13%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal60112260.4600.770.5696.2862.3227.06
Hex3C701A2E04D38603e1b
Octal7416032560115701407633
Binary11110011100001101010111001001101111000110000011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C701A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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