#3C8227

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

Shades of Bilbao #3C8227

Tints of Bilbao #3C8227

Color information

#3C8227 (or 0x3C8227) is unknown color: approx Bilbao. HEX triplet: 3C, 82 and 27. RGB value is (60,130,39). Sum of RGB (Red+Green+Blue) = 60+130+39=229 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.20% from 229); Green value is 130 (51.17% from 255 or 56.77% from 229); Blue value is 39 (15.62% from 255 or 17.03% from 229); Max value from RGB is 130 - color contains mainly: green. Hex color #3C8227 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C8227 is #C37DD8. Grayscale: #626262. Windows color (decimal): -12811737 or 2589244. OLE color: 2589244.

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

Color convert

RGB6013039-
CMYK0.5400.700.49
HSL106.15º53.85%33.14%-
HSV(B)106.15º70%50.98%-
XYZ10.2117.074.68-
YUV98.794.31100.4-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 26.20%
GREEN value IS 130 (51.17% from 255) = 56.77%
BLUE value IS 39 (15.62% from 255) = 17.03%
R=26.20%
G=56.77%
B=17.03%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal60130390.5400.700.49106.1553.8533.14
Hex3C822736046316a3621
Octal7420247660106611526641
Binary11110010000010100111110110010001101100011101010110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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