#3C8201

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

Shades of Bilbao #3C8201

Tints of Bilbao #3C8201

Color information

#3C8201 (or 0x3C8201) is unknown color: approx Bilbao. HEX triplet: 3C, 82 and 01. RGB value is (60,130,1). Sum of RGB (Red+Green+Blue) = 60+130+1=191 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.41% from 191); Green value is 130 (51.17% from 255 or 68.06% from 191); Blue value is 1 (0.78% from 255 or 0.52% from 191); Max value from RGB is 130 - color contains mainly: green. Hex color #3C8201 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3C8201 is #C37DFE. Grayscale: #5E5E5E. Windows color (decimal): -12811775 or 98876. OLE color: 98876.

HSL color Cylindrical-coordinate representation of color #3C8201: hue angle of 92.56º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3C8201 is Cyan = 0.54, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.49.

Color convert

RGB601301-
CMYK0.5400.990.49
HSL92.56º98.47%25.69%-
HSV(B)92.56º99.23%50.98%-
XYZ9.8516.932.78-
YUV94.3675.31103.49-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 31.41%
GREEN value IS 130 (51.17% from 255) = 68.06%
BLUE value IS 1 (0.78% from 255) = 0.52%
R=31.41%
G=68.06%
B=0.52%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6013010.5400.990.4992.5698.4725.69
Hex3C82136063315d621a
Octal7420216601436113514232
Binary111100100000101110110011000111100011011101110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,130,1); }

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

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

 a { background-color: rgb(60,130,1); }

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

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

 span { border-color: rgb(60,130,1); }

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