#3C8710

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

Shades of Bilbao #3C8710

Tints of Bilbao #3C8710

Color information

#3C8710 (or 0x3C8710) is unknown color: approx Bilbao. HEX triplet: 3C, 87 and 10. RGB value is (60,135,16). Sum of RGB (Red+Green+Blue) = 60+135+16=211 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.44% from 211); Green value is 135 (53.12% from 255 or 63.98% from 211); Blue value is 16 (6.64% from 255 or 7.58% from 211); Max value from RGB is 135 - color contains mainly: green. Hex color #3C8710 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3C8710 is #C378EF. Grayscale: #636363. Windows color (decimal): -12810480 or 1083196. OLE color: 1083196.

HSL color Cylindrical-coordinate representation of color #3C8710: hue angle of 97.82º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3C8710 is Cyan = 0.56, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.47.

Color convert

RGB6013516-
CMYK0.5600.880.47
HSL97.82º78.81%29.61%-
HSV(B)97.82º88.15%52.94%-
XYZ10.6218.333.47-
YUV99.0181.15100.18-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 28.44%
GREEN value IS 135 (53.12% from 255) = 63.98%
BLUE value IS 16 (6.64% from 255) = 7.58%
R=28.44%
G=63.98%
B=7.58%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal60135160.5600.880.4797.8278.8129.61
Hex3C8710380582F624f1e
Octal74207207001305714211736
Binary1111001000011110000111000010110001011111100010100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,135,16); }

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

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

 a { background-color: rgb(60,135,16); }

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

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

 span { border-color: rgb(60,135,16); }

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