#427811

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

Shades of Bilbao #427811

Tints of Bilbao #427811

Color information

#427811 (or 0x427811) is unknown color: approx Bilbao. HEX triplet: 42, 78 and 11. RGB value is (66,120,17). Sum of RGB (Red+Green+Blue) = 66+120+17=203 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.51% from 203); Green value is 120 (47.27% from 255 or 59.11% from 203); Blue value is 17 (7.03% from 255 or 8.37% from 203); Max value from RGB is 120 - color contains mainly: green. Hex color #427811 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427811 is #BD87EE. Grayscale: #5C5C5C. Windows color (decimal): -12421103 or 1144898. OLE color: 1144898.

HSL color Cylindrical-coordinate representation of color #427811: hue angle of 91.46º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #427811 is Cyan = 0.45, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.53.

Color convert

RGB6612017-
CMYK0.4500.860.53
HSL91.46º75.18%26.86%-
HSV(B)91.46º85.83%47.06%-
XYZ9.0614.632.88-
YUV92.1185.61109.38-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.51%
GREEN value IS 120 (47.27% from 255) = 59.11%
BLUE value IS 17 (7.03% from 255) = 8.37%
R=32.51%
G=59.11%
B=8.37%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66120170.4500.860.5391.4675.1826.86
Hex4278112D056355b4b1b
Octal102170215501266513311333
Binary1000010111100010001101101010101101101011011011100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427811; }

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

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

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

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

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

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

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

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