#468809

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

Shades of Bilbao #468809

Tints of Bilbao #468809

Color information

#468809 (or 0x468809) is unknown color: approx Bilbao. HEX triplet: 46, 88 and 09. RGB value is (70,136,9). Sum of RGB (Red+Green+Blue) = 70+136+9=215 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.56% from 215); Green value is 136 (53.52% from 255 or 63.26% from 215); Blue value is 9 (3.91% from 255 or 4.19% from 215); Max value from RGB is 136 - color contains mainly: green. Hex color #468809 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468809 is #B977F6. Grayscale: #666666. Windows color (decimal): -12154871 or 624710. OLE color: 624710.

HSL color Cylindrical-coordinate representation of color #468809: hue angle of 91.18º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #468809 is Cyan = 0.49, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB701369-
CMYK0.4900.930.47
HSL91.18º87.59%28.43%-
HSV(B)91.18º93.38%53.33%-
XYZ11.3818.933.31-
YUV101.7975.63105.33-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.56%
GREEN value IS 136 (53.52% from 255) = 63.26%
BLUE value IS 9 (3.91% from 255) = 4.19%
R=32.56%
G=63.26%
B=4.19%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal7013690.4900.930.4791.1887.5928.43
Hex468893105D2F5b581c
Octal106210116101355713313034
Binary1000110100010001001110001010111011011111011011101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468809; }

 p { color: rgb(70,136,9); }

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

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

 a { background-color: rgb(70,136,9); }

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

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

 span { border-color: rgb(70,136,9); }

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