#427E09

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

Shades of Bilbao #427E09

Tints of Bilbao #427E09

Color information

#427E09 (or 0x427E09) is unknown color: approx Bilbao. HEX triplet: 42, 7E and 09. RGB value is (66,126,9). Sum of RGB (Red+Green+Blue) = 66+126+9=201 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.84% from 201); Green value is 126 (49.61% from 255 or 62.69% from 201); Blue value is 9 (3.91% from 255 or 4.48% from 201); Max value from RGB is 126 - color contains mainly: green. Hex color #427E09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427E09 is #BD81F6. Grayscale: #5F5F5F. Windows color (decimal): -12419575 or 622146. OLE color: 622146.

HSL color Cylindrical-coordinate representation of color #427E09: hue angle of 90.77º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #427E09 is Cyan = 0.48, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.51.

Color convert

RGB661269-
CMYK0.4800.930.51
HSL90.77º86.67%26.47%-
HSV(B)90.77º92.86%49.41%-
XYZ9.7616.12.85-
YUV94.7279.62107.51-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.84%
GREEN value IS 126 (49.61% from 255) = 62.69%
BLUE value IS 9 (3.91% from 255) = 4.48%
R=32.84%
G=62.69%
B=4.48%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal6612690.4800.930.5190.7786.6726.47
Hex427E93005D335b571a
Octal102176116001356313312732
Binary100001011111101001110000010111011100111011011101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,126,9); }

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

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

 a { background-color: rgb(66,126,9); }

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

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

 span { border-color: rgb(66,126,9); }

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