#428409

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

Shades of Bilbao #428409

Tints of Bilbao #428409

Color information

#428409 (or 0x428409) is unknown color: approx Bilbao. HEX triplet: 42, 84 and 09. RGB value is (66,132,9). Sum of RGB (Red+Green+Blue) = 66+132+9=207 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.88% from 207); Green value is 132 (51.95% from 255 or 63.77% from 207); Blue value is 9 (3.91% from 255 or 4.35% from 207); Max value from RGB is 132 - color contains mainly: green. Hex color #428409 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428409 is #BD7BF6. Grayscale: #626262. Windows color (decimal): -12418039 or 623682. OLE color: 623682.

HSL color Cylindrical-coordinate representation of color #428409: hue angle of 92.2º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #428409 is Cyan = 0.5, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.48.

Color convert

RGB661329-
CMYK0.500.930.48
HSL92.2º87.23%27.65%-
HSV(B)92.2º93.18%51.76%-
XYZ10.5517.683.12-
YUV98.2477.63105-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.88%
GREEN value IS 132 (51.95% from 255) = 63.77%
BLUE value IS 9 (3.91% from 255) = 4.35%
R=31.88%
G=63.77%
B=4.35%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal6613290.500.930.4892.287.2327.65
Hex428493205D305c571c
Octal102204116201356013412734
Binary1000010100001001001110010010111011100001011100101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428409; }

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

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

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

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

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

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

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

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