#3D8311

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

Shades of Bilbao #3D8311

Tints of Bilbao #3D8311

Color information

#3D8311 (or 0x3D8311) is unknown color: approx Bilbao. HEX triplet: 3D, 83 and 11. RGB value is (61,131,17). Sum of RGB (Red+Green+Blue) = 61+131+17=209 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.19% from 209); Green value is 131 (51.56% from 255 or 62.68% from 209); Blue value is 17 (7.03% from 255 or 8.13% from 209); Max value from RGB is 131 - color contains mainly: green. Hex color #3D8311 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3D8311 is #C27CEE. Grayscale: #616161. Windows color (decimal): -12745967 or 1147709. OLE color: 1147709.

HSL color Cylindrical-coordinate representation of color #3D8311: hue angle of 96.84º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3D8311 is Cyan = 0.53, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.49.

Color convert

RGB6113117-
CMYK0.5300.870.49
HSL96.84º77.03%29.02%-
HSV(B)96.84º87.02%51.37%-
XYZ10.1417.273.33-
YUV97.0782.81102.27-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 29.19%
GREEN value IS 131 (51.56% from 255) = 62.68%
BLUE value IS 17 (7.03% from 255) = 8.13%
R=29.19%
G=62.68%
B=8.13%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal61131170.5300.870.4996.8477.0329.02
Hex3D83113505731614d1d
Octal75203216501276114111535
Binary1111011000001110001110101010101111100011100001100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,131,17); }

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

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

 a { background-color: rgb(61,131,17); }

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

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

 span { border-color: rgb(61,131,17); }

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