#427509

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

Shades of Bilbao #427509

Tints of Bilbao #427509

Color information

#427509 (or 0x427509) is unknown color: approx Bilbao. HEX triplet: 42, 75 and 09. RGB value is (66,117,9). Sum of RGB (Red+Green+Blue) = 66+117+9=192 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.38% from 192); Green value is 117 (46.09% from 255 or 60.94% from 192); Blue value is 9 (3.91% from 255 or 4.69% from 192); Max value from RGB is 117 - color contains mainly: green. Hex color #427509 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427509 is #BD8AF6. Grayscale: #595959. Windows color (decimal): -12421879 or 619842. OLE color: 619842.

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

Color convert

RGB661179-
CMYK0.4400.920.54
HSL88.33º85.71%24.71%-
HSV(B)88.33º92.31%45.88%-
XYZ8.6613.92.49-
YUV89.4482.6111.28-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.38%
GREEN value IS 117 (46.09% from 255) = 60.94%
BLUE value IS 9 (3.91% from 255) = 4.69%
R=34.38%
G=60.94%
B=4.69%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6611790.4400.920.5488.3385.7124.71
Hex427592C05C36585619
Octal102165115401346613012631
Binary100001011101011001101100010111001101101011000101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427509; }

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

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

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

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

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

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

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

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