#3F8818

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

Shades of Bilbao #3F8818

Tints of Bilbao #3F8818

Color information

#3F8818 (or 0x3F8818) is unknown color: approx Bilbao. HEX triplet: 3F, 88 and 18. RGB value is (63,136,24). Sum of RGB (Red+Green+Blue) = 63+136+24=223 (29% of max value = 765). Red value is 63 (25% from 255 or 28.25% from 223); Green value is 136 (53.52% from 255 or 60.99% from 223); Blue value is 24 (9.77% from 255 or 10.76% from 223); Max value from RGB is 136 - color contains mainly: green. Hex color #3F8818 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3F8818 is #C077E7. Grayscale: #656565. Windows color (decimal): -12613608 or 1607743. OLE color: 1607743.

HSL color Cylindrical-coordinate representation of color #3F8818: hue angle of 99.11º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3F8818 is Cyan = 0.54, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB6313624-
CMYK0.5400.820.47
HSL99.11º70%31.37%-
HSV(B)99.11º82.35%53.33%-
XYZ11.0218.733.9-
YUV101.484.32100.61-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28.25%
GREEN value IS 136 (53.52% from 255) = 60.99%
BLUE value IS 24 (9.77% from 255) = 10.76%
R=28.25%
G=60.99%
B=10.76%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal63136240.5400.820.4799.117031.37
Hex3F8818360522F63461f
Octal77210306601225714310637
Binary1111111000100011000110110010100101011111100011100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,136,24); }

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

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

 a { background-color: rgb(63,136,24); }

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

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

 span { border-color: rgb(63,136,24); }

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