#427C05

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

Shades of Bilbao #427C05

Tints of Bilbao #427C05

Color information

#427C05 (or 0x427C05) is unknown color: approx Bilbao. HEX triplet: 42, 7C and 05. RGB value is (66,124,5). Sum of RGB (Red+Green+Blue) = 66+124+5=195 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.85% from 195); Green value is 124 (48.83% from 255 or 63.59% from 195); Blue value is 5 (2.34% from 255 or 2.56% from 195); Max value from RGB is 124 - color contains mainly: green. Hex color #427C05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427C05 is #BD83FA. Grayscale: #5D5D5D. Windows color (decimal): -12420091 or 359490. OLE color: 359490.

HSL color Cylindrical-coordinate representation of color #427C05: hue angle of 89.24º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #427C05 is Cyan = 0.47, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.51.

Color convert

RGB661245-
CMYK0.4700.960.51
HSL89.24º92.25%25.29%-
HSV(B)89.24º95.97%48.63%-
XYZ9.4815.582.65-
YUV93.0978.28108.68-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.85%
GREEN value IS 124 (48.83% from 255) = 63.59%
BLUE value IS 5 (2.34% from 255) = 2.56%
R=33.85%
G=63.59%
B=2.56%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal6612450.4700.960.5189.2492.2525.29
Hex427C52F06033595c19
Octal10217455701406313113431
Binary10000101111100101101111011000001100111011001101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,124,5); }

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

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

 a { background-color: rgb(66,124,5); }

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

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

 span { border-color: rgb(66,124,5); }

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