#468028

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

Shades of Bilbao #468028

Tints of Bilbao #468028

Color information

#468028 (or 0x468028) is unknown color: approx Bilbao. HEX triplet: 46, 80 and 28. RGB value is (70,128,40). Sum of RGB (Red+Green+Blue) = 70+128+40=238 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.41% from 238); Green value is 128 (50.39% from 255 or 53.78% from 238); Blue value is 40 (16.02% from 255 or 16.81% from 238); Max value from RGB is 128 - color contains mainly: green. Hex color #468028 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468028 is #B97FD7. Grayscale: #646464. Windows color (decimal): -12156888 or 2654278. OLE color: 2654278.

HSL color Cylindrical-coordinate representation of color #468028: hue angle of 99.55º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #468028 is Cyan = 0.45, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.50.

Color convert

RGB7012840-
CMYK0.4500.690.50
HSL99.55º52.38%32.94%-
HSV(B)99.55º68.75%50.2%-
XYZ10.6316.894.71-
YUV100.6393.78106.16-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.41%
GREEN value IS 128 (50.39% from 255) = 53.78%
BLUE value IS 40 (16.02% from 255) = 16.81%
R=29.41%
G=53.78%
B=16.81%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal70128400.4500.690.5099.5552.3832.94
Hex4680282D04532643421
Octal10620050550105621446441
Binary100011010000000101000101101010001011100101100100110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468028; }

 p { color: rgb(70,128,40); }

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

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

 a { background-color: rgb(70,128,40); }

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

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

 span { border-color: rgb(70,128,40); }

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