#428908

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

Shades of Bilbao #428908

Tints of Bilbao #428908

Color information

#428908 (or 0x428908) is unknown color: approx Bilbao. HEX triplet: 42, 89 and 08. RGB value is (66,137,8). Sum of RGB (Red+Green+Blue) = 66+137+8=211 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.28% from 211); Green value is 137 (53.91% from 255 or 64.93% from 211); Blue value is 8 (3.52% from 255 or 3.79% from 211); Max value from RGB is 137 - color contains mainly: green. Hex color #428908 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428908 is #BD76F7. Grayscale: #656565. Windows color (decimal): -12416760 or 559426. OLE color: 559426.

HSL color Cylindrical-coordinate representation of color #428908: hue angle of 93.02º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #428908 is Cyan = 0.52, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.46.

Color convert

RGB661378-
CMYK0.5200.940.46
HSL93.02º88.97%28.43%-
HSV(B)93.02º94.16%53.73%-
XYZ11.2419.073.32-
YUV101.0675.48102.99-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.28%
GREEN value IS 137 (53.91% from 255) = 64.93%
BLUE value IS 8 (3.52% from 255) = 3.79%
R=31.28%
G=64.93%
B=3.79%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal6613780.5200.940.4693.0288.9728.43
Hex428983405E2E5d591c
Octal102211106401365613513134
Binary1000010100010011000110100010111101011101011101101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428908; }

 p { color: rgb(66,137,8); }

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

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

 a { background-color: rgb(66,137,8); }

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

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

 span { border-color: rgb(66,137,8); }

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