#427505

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

Shades of Bilbao #427505

Tints of Bilbao #427505

Color information

#427505 (or 0x427505) is unknown color: approx Bilbao. HEX triplet: 42, 75 and 05. RGB value is (66,117,5). Sum of RGB (Red+Green+Blue) = 66+117+5=188 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.11% from 188); Green value is 117 (46.09% from 255 or 62.23% from 188); Blue value is 5 (2.34% from 255 or 2.66% from 188); Max value from RGB is 117 - color contains mainly: green. Hex color #427505 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427505 is #BD8AFA. Grayscale: #595959. Windows color (decimal): -12421883 or 357698. OLE color: 357698.

HSL color Cylindrical-coordinate representation of color #427505: hue angle of 87.32º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #427505 is Cyan = 0.44, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.54.

Color convert

RGB661175-
CMYK0.4400.960.54
HSL87.32º91.8%23.92%-
HSV(B)87.32º95.73%45.88%-
XYZ8.6413.892.37-
YUV88.9880.6111.61-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.11%
GREEN value IS 117 (46.09% from 255) = 62.23%
BLUE value IS 5 (2.34% from 255) = 2.66%
R=35.11%
G=62.23%
B=2.66%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6611750.4400.960.5487.3291.823.92
Hex427552C06036575c18
Octal10216555401406612713430
Binary10000101110101101101100011000001101101010111101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427505; }

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

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

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

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

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

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

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

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