#428703

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

Shades of Bilbao #428703

Tints of Bilbao #428703

Color information

#428703 (or 0x428703) is unknown color: approx Bilbao. HEX triplet: 42, 87 and 03. RGB value is (66,135,3). Sum of RGB (Red+Green+Blue) = 66+135+3=204 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.35% from 204); Green value is 135 (53.12% from 255 or 66.18% from 204); Blue value is 3 (1.56% from 255 or 1.47% from 204); Max value from RGB is 135 - color contains mainly: green. Hex color #428703 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428703 is #BD78FC. Grayscale: #636363. Windows color (decimal): -12417277 or 231234. OLE color: 231234.

HSL color Cylindrical-coordinate representation of color #428703: hue angle of 91.36º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #428703 is Cyan = 0.51, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.47.

Color convert

RGB661353-
CMYK0.5100.980.47
HSL91.36º95.65%27.06%-
HSV(B)91.36º97.78%52.94%-
XYZ10.9318.493.08-
YUV99.3273.64104.23-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.35%
GREEN value IS 135 (53.12% from 255) = 66.18%
BLUE value IS 3 (1.56% from 255) = 1.47%
R=32.35%
G=66.18%
B=1.47%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal6613530.5100.980.4791.3695.6527.06
Hex42873330622F5b601b
Octal10220736301425713314033
Binary10000101000011111110011011000101011111011011110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428703; }

 p { color: rgb(66,135,3); }

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

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

 a { background-color: rgb(66,135,3); }

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

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

 span { border-color: rgb(66,135,3); }

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