#3B8718

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

Shades of Bilbao #3B8718

Tints of Bilbao #3B8718

Color information

#3B8718 (or 0x3B8718) is unknown color: approx Bilbao. HEX triplet: 3B, 87 and 18. RGB value is (59,135,24). Sum of RGB (Red+Green+Blue) = 59+135+24=218 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.06% from 218); Green value is 135 (53.12% from 255 or 61.93% from 218); Blue value is 24 (9.77% from 255 or 11.01% from 218); Max value from RGB is 135 - color contains mainly: green. Hex color #3B8718 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3B8718 is #C478E7. Grayscale: #636363. Windows color (decimal): -12876008 or 1607483. OLE color: 1607483.

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

Color convert

RGB5913524-
CMYK0.5600.820.47
HSL101.08º69.81%31.18%-
HSV(B)101.08º82.22%52.94%-
XYZ10.6318.323.84-
YUV99.6285.3299.03-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 27.06%
GREEN value IS 135 (53.12% from 255) = 61.93%
BLUE value IS 24 (9.77% from 255) = 11.01%
R=27.06%
G=61.93%
B=11.01%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal59135240.5600.820.47101.0869.8131.18
Hex3B8718380522F65461f
Octal73207307001225714510637
Binary1110111000011111000111000010100101011111100101100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B8718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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