#3C8027

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

Shades of Bilbao #3C8027

Tints of Bilbao #3C8027

Color information

#3C8027 (or 0x3C8027) is unknown color: approx Bilbao. HEX triplet: 3C, 80 and 27. RGB value is (60,128,39). Sum of RGB (Red+Green+Blue) = 60+128+39=227 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.43% from 227); Green value is 128 (50.39% from 255 or 56.39% from 227); Blue value is 39 (15.62% from 255 or 17.18% from 227); Max value from RGB is 128 - color contains mainly: green. Hex color #3C8027 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C8027 is #C37FD8. Grayscale: #616161. Windows color (decimal): -12812249 or 2588732. OLE color: 2588732.

HSL color Cylindrical-coordinate representation of color #3C8027: hue angle of 105.84º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3C8027 is Cyan = 0.53, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.50.

Color convert

RGB6012839-
CMYK0.5300.700.50
HSL105.84º53.29%32.75%-
HSV(B)105.84º69.53%50.2%-
XYZ9.9516.554.59-
YUV97.5294.97101.24-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 26.43%
GREEN value IS 128 (50.39% from 255) = 56.39%
BLUE value IS 39 (15.62% from 255) = 17.18%
R=26.43%
G=56.39%
B=17.18%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal60128390.5300.700.50105.8453.2932.75
Hex3C802735046326a3521
Octal7420047650106621526541
Binary11110010000000100111110101010001101100101101010110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,128,39); }

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

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

 a { background-color: rgb(60,128,39); }

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

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

 span { border-color: rgb(60,128,39); }

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