#427801

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

Shades of Bilbao #427801

Tints of Bilbao #427801

Color information

#427801 (or 0x427801) is unknown color: approx Bilbao. HEX triplet: 42, 78 and 01. RGB value is (66,120,1). Sum of RGB (Red+Green+Blue) = 66+120+1=187 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.29% from 187); Green value is 120 (47.27% from 255 or 64.17% from 187); Blue value is 1 (0.78% from 255 or 0.53% from 187); Max value from RGB is 120 - color contains mainly: green. Hex color #427801 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427801 is #BD87FE. Grayscale: #5A5A5A. Windows color (decimal): -12421119 or 96322. OLE color: 96322.

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

Color convert

RGB661201-
CMYK0.4500.990.53
HSL87.23º98.35%23.73%-
HSV(B)87.23º99.17%47.06%-
XYZ8.9714.592.37-
YUV90.2977.61110.68-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.29%
GREEN value IS 120 (47.27% from 255) = 64.17%
BLUE value IS 1 (0.78% from 255) = 0.53%
R=35.29%
G=64.17%
B=0.53%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6612010.4500.990.5387.2398.3523.73
Hex427812D06335576218
Octal10217015501436512714230
Binary100001011110001101101011000111101011010111110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427801; }

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

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

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

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

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

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

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

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