#418428

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

Shades of Bilbao #418428

Tints of Bilbao #418428

Color information

#418428 (or 0x418428) is unknown color: approx Bilbao. HEX triplet: 41, 84 and 28. RGB value is (65,132,40). Sum of RGB (Red+Green+Blue) = 65+132+40=237 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.43% from 237); Green value is 132 (51.95% from 255 or 55.70% from 237); Blue value is 40 (16.02% from 255 or 16.88% from 237); Max value from RGB is 132 - color contains mainly: green. Hex color #418428 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418428 is #BE7BD7. Grayscale: #656565. Windows color (decimal): -12483544 or 2655297. OLE color: 2655297.

HSL color Cylindrical-coordinate representation of color #418428: hue angle of 103.7º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #418428 is Cyan = 0.51, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.48.

Color convert

RGB6513240-
CMYK0.5100.700.48
HSL103.7º53.49%33.73%-
HSV(B)103.7º69.7%51.76%-
XYZ10.8117.784.87-
YUV101.4893.3101.98-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.43%
GREEN value IS 132 (51.95% from 255) = 55.70%
BLUE value IS 40 (16.02% from 255) = 16.88%
R=27.43%
G=55.70%
B=16.88%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal65132400.5100.700.48103.753.4933.73
Hex4184283304630683522
Octal10120450630106601506542
Binary100000110000100101000110011010001101100001101000110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418428; }

 p { color: rgb(65,132,40); }

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

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

 a { background-color: rgb(65,132,40); }

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

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

 span { border-color: rgb(65,132,40); }

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