#427F19

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

Shades of Bilbao #427F19

Tints of Bilbao #427F19

Color information

#427F19 (or 0x427F19) is unknown color: approx Bilbao. HEX triplet: 42, 7F and 19. RGB value is (66,127,25). Sum of RGB (Red+Green+Blue) = 66+127+25=218 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.28% from 218); Green value is 127 (50% from 255 or 58.26% from 218); Blue value is 25 (10.16% from 255 or 11.47% from 218); Max value from RGB is 127 - color contains mainly: green. Hex color #427F19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427F19 is #BD80E6. Grayscale: #616161. Windows color (decimal): -12419303 or 1670978. OLE color: 1670978.

HSL color Cylindrical-coordinate representation of color #427F19: hue angle of 95.88º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #427F19 is Cyan = 0.48, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.50.

Color convert

RGB6612725-
CMYK0.4800.800.50
HSL95.88º67.11%29.8%-
HSV(B)95.88º80.31%49.8%-
XYZ10.0116.413.56-
YUV97.1387.29105.79-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.28%
GREEN value IS 127 (50% from 255) = 58.26%
BLUE value IS 25 (10.16% from 255) = 11.47%
R=30.28%
G=58.26%
B=11.47%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal66127250.4800.800.5095.8867.1129.8
Hex427F19300503260431e
Octal102177316001206214010336
Binary1000010111111111001110000010100001100101100000100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,127,25); }

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

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

 a { background-color: rgb(66,127,25); }

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

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

 span { border-color: rgb(66,127,25); }

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