#427814

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

Shades of Bilbao #427814

Tints of Bilbao #427814

Color information

#427814 (or 0x427814) is unknown color: approx Bilbao. HEX triplet: 42, 78 and 14. RGB value is (66,120,20). Sum of RGB (Red+Green+Blue) = 66+120+20=206 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.04% from 206); Green value is 120 (47.27% from 255 or 58.25% from 206); Blue value is 20 (8.20% from 255 or 9.71% from 206); Max value from RGB is 120 - color contains mainly: green. Hex color #427814 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427814 is #BD87EB. Grayscale: #5C5C5C. Windows color (decimal): -12421100 or 1341506. OLE color: 1341506.

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

Color convert

RGB6612020-
CMYK0.4500.830.53
HSL92.4º71.43%27.45%-
HSV(B)92.4º83.33%47.06%-
XYZ9.0914.643.01-
YUV92.4587.11109.13-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.04%
GREEN value IS 120 (47.27% from 255) = 58.25%
BLUE value IS 20 (8.20% from 255) = 9.71%
R=32.04%
G=58.25%
B=9.71%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66120200.4500.830.5392.471.4327.45
Hex4278142D053355c471b
Octal102170245501236513410733
Binary1000010111100010100101101010100111101011011100100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427814; }

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

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

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

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

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

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

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

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