#3C7028

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

Shades of Bilbao #3C7028

Tints of Bilbao #3C7028

Color information

#3C7028 (or 0x3C7028) is unknown color: approx Bilbao. HEX triplet: 3C, 70 and 28. RGB value is (60,112,40). Sum of RGB (Red+Green+Blue) = 60+112+40=212 (28% of max value = 765). Red value is 60 (23.83% from 255 or 28.30% from 212); Green value is 112 (44.14% from 255 or 52.83% from 212); Blue value is 40 (16.02% from 255 or 18.87% from 212); Max value from RGB is 112 - color contains mainly: green. Hex color #3C7028 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7028 is #C38FD7. Grayscale: #585858. Windows color (decimal): -12816344 or 2650172. OLE color: 2650172.

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

Color convert

RGB6011240-
CMYK0.4600.640.56
HSL103.33º47.37%29.8%-
HSV(B)103.33º64.29%43.92%-
XYZ8.0412.74.04-
YUV88.24100.77107.85-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 28.30%
GREEN value IS 112 (44.14% from 255) = 52.83%
BLUE value IS 40 (16.02% from 255) = 18.87%
R=28.30%
G=52.83%
B=18.87%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal60112400.4600.640.56103.3347.3729.8
Hex3C70282E04038672f1e
Octal7416050560100701475736
Binary111100111000010100010111001000000111000110011110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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