#428A04

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

Shades of Bilbao #428A04

Tints of Bilbao #428A04

Color information

#428A04 (or 0x428A04) is unknown color: approx Bilbao. HEX triplet: 42, 8A and 04. RGB value is (66,138,4). Sum of RGB (Red+Green+Blue) = 66+138+4=208 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.73% from 208); Green value is 138 (54.30% from 255 or 66.35% from 208); Blue value is 4 (1.95% from 255 or 1.92% from 208); Max value from RGB is 138 - color contains mainly: green. Hex color #428A04 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428A04 is #BD75FB. Grayscale: #656565. Windows color (decimal): -12416508 or 297538. OLE color: 297538.

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

Color convert

RGB661384-
CMYK0.5200.970.46
HSL92.24º94.37%27.84%-
HSV(B)92.24º97.1%54.12%-
XYZ11.3619.343.25-
YUV101.273.15102.9-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.73%
GREEN value IS 138 (54.30% from 255) = 66.35%
BLUE value IS 4 (1.95% from 255) = 1.92%
R=31.73%
G=66.35%
B=1.92%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal6613840.5200.970.4692.2494.3727.84
Hex428A4340612E5c5e1c
Octal10221246401415613413634
Binary100001010001010100110100011000011011101011100101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428A04; }

 p { color: rgb(66,138,4); }

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

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

 a { background-color: rgb(66,138,4); }

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

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

 span { border-color: rgb(66,138,4); }

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