#428215

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

Shades of Bilbao #428215

Tints of Bilbao #428215

Color information

#428215 (or 0x428215) is unknown color: approx Bilbao. HEX triplet: 42, 82 and 15. RGB value is (66,130,21). Sum of RGB (Red+Green+Blue) = 66+130+21=217 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.41% from 217); Green value is 130 (51.17% from 255 or 59.91% from 217); Blue value is 21 (8.59% from 255 or 9.68% from 217); Max value from RGB is 130 - color contains mainly: green. Hex color #428215 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428215 is #BD7DEA. Grayscale: #626262. Windows color (decimal): -12418539 or 1409602. OLE color: 1409602.

HSL color Cylindrical-coordinate representation of color #428215: hue angle of 95.23º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #428215 is Cyan = 0.49, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB6613021-
CMYK0.4900.840.49
HSL95.23º72.19%29.61%-
HSV(B)95.23º83.85%50.98%-
XYZ10.3617.183.48-
YUV98.4484.3104.86-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.41%
GREEN value IS 130 (51.17% from 255) = 59.91%
BLUE value IS 21 (8.59% from 255) = 9.68%
R=30.41%
G=59.91%
B=9.68%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal66130210.4900.840.4995.2372.1929.61
Hex42821531054315f481e
Octal102202256101246113711036
Binary10000101000001010101110001010101001100011011111100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428215; }

 p { color: rgb(66,130,21); }

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

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

 a { background-color: rgb(66,130,21); }

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

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

 span { border-color: rgb(66,130,21); }

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