#3C702A

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

Shades of Bilbao #3C702A

Tints of Bilbao #3C702A

Color information

#3C702A (or 0x3C702A) is unknown color: approx Bilbao. HEX triplet: 3C, 70 and 2A. RGB value is (60,112,42). Sum of RGB (Red+Green+Blue) = 60+112+42=214 (28% of max value = 765). Red value is 60 (23.83% from 255 or 28.04% from 214); Green value is 112 (44.14% from 255 or 52.34% from 214); Blue value is 42 (16.80% from 255 or 19.63% from 214); Max value from RGB is 112 - color contains mainly: green. Hex color #3C702A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C702A is #C38FD5. Grayscale: #585858. Windows color (decimal): -12816342 or 2781244. OLE color: 2781244.

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

Color convert

RGB6011242-
CMYK0.4600.620.56
HSL104.57º45.45%30.2%-
HSV(B)104.57º62.5%43.92%-
XYZ8.0812.724.22-
YUV88.47101.77107.69-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 28.04%
GREEN value IS 112 (44.14% from 255) = 52.34%
BLUE value IS 42 (16.80% from 255) = 19.63%
R=28.04%
G=52.34%
B=19.63%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal60112420.4600.620.56104.5745.4530.2
Hex3C702A2E03E38692d1e
Octal741605256076701515536
Binary11110011100001010101011100111110111000110100110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C702A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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