#3F8718

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

Shades of Bilbao #3F8718

Tints of Bilbao #3F8718

Color information

#3F8718 (or 0x3F8718) is unknown color: approx Bilbao. HEX triplet: 3F, 87 and 18. RGB value is (63,135,24). Sum of RGB (Red+Green+Blue) = 63+135+24=222 (29% of max value = 765). Red value is 63 (25% from 255 or 28.38% from 222); Green value is 135 (53.12% from 255 or 60.81% from 222); Blue value is 24 (9.77% from 255 or 10.81% from 222); Max value from RGB is 135 - color contains mainly: green. Hex color #3F8718 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3F8718 is #C078E7. Grayscale: #656565. Windows color (decimal): -12613864 or 1607487. OLE color: 1607487.

HSL color Cylindrical-coordinate representation of color #3F8718: hue angle of 98.92º 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 #3F8718 is Cyan = 0.53, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB6313524-
CMYK0.5300.820.47
HSL98.92º69.81%31.18%-
HSV(B)98.92º82.22%52.94%-
XYZ10.8818.453.85-
YUV100.8284.65101.03-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28.38%
GREEN value IS 135 (53.12% from 255) = 60.81%
BLUE value IS 24 (9.77% from 255) = 10.81%
R=28.38%
G=60.81%
B=10.81%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal63135240.5300.820.4798.9269.8131.18
Hex3F8718350522F63461f
Octal77207306501225714310637
Binary1111111000011111000110101010100101011111100011100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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