#427B11

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

Shades of Bilbao #427B11

Tints of Bilbao #427B11

Color information

#427B11 (or 0x427B11) is unknown color: approx Bilbao. HEX triplet: 42, 7B and 11. RGB value is (66,123,17). Sum of RGB (Red+Green+Blue) = 66+123+17=206 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.04% from 206); Green value is 123 (48.44% from 255 or 59.71% from 206); Blue value is 17 (7.03% from 255 or 8.25% from 206); Max value from RGB is 123 - color contains mainly: green. Hex color #427B11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427B11 is #BD84EE. Grayscale: #5E5E5E. Windows color (decimal): -12420335 or 1145666. OLE color: 1145666.

HSL color Cylindrical-coordinate representation of color #427B11: hue angle of 92.26º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #427B11 is Cyan = 0.46, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.52.

Color convert

RGB6612317-
CMYK0.4600.860.52
HSL92.26º75.71%27.45%-
HSV(B)92.26º86.18%48.24%-
XYZ9.4315.363-
YUV93.8784.62108.12-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.04%
GREEN value IS 123 (48.44% from 255) = 59.71%
BLUE value IS 17 (7.03% from 255) = 8.25%
R=32.04%
G=59.71%
B=8.25%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal66123170.4600.860.5292.2675.7127.45
Hex427B112E056345c4c1b
Octal102173215601266413411433
Binary1000010111101110001101110010101101101001011100100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427B11; }

 p { color: rgb(66,123,17); }

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

<style>
 a { background-color: #427B11; }

 a { background-color: rgb(66,123,17); }

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

<style>
 span { border-color: #427B11; }

 span { border-color: rgb(66,123,17); }

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