#3C8024

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

Shades of Bilbao #3C8024

Tints of Bilbao #3C8024

Color information

#3C8024 (or 0x3C8024) is unknown color: approx Bilbao. HEX triplet: 3C, 80 and 24. RGB value is (60,128,36). Sum of RGB (Red+Green+Blue) = 60+128+36=224 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.79% from 224); Green value is 128 (50.39% from 255 or 57.14% from 224); Blue value is 36 (14.45% from 255 or 16.07% from 224); Max value from RGB is 128 - color contains mainly: green. Hex color #3C8024 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C8024 is #C37FDB. Grayscale: #616161. Windows color (decimal): -12812252 or 2392124. OLE color: 2392124.

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

Color convert

RGB6012836-
CMYK0.5300.720.50
HSL104.35º56.1%32.16%-
HSV(B)104.35º71.88%50.2%-
XYZ9.916.534.34-
YUV97.1893.47101.48-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 26.79%
GREEN value IS 128 (50.39% from 255) = 57.14%
BLUE value IS 36 (14.45% from 255) = 16.07%
R=26.79%
G=57.14%
B=16.07%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal60128360.5300.720.50104.3556.132.16
Hex3C80243504832683820
Octal7420044650110621507040
Binary11110010000000100100110101010010001100101101000111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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