#418128

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

Shades of Bilbao #418128

Tints of Bilbao #418128

Color information

#418128 (or 0x418128) is unknown color: approx Bilbao. HEX triplet: 41, 81 and 28. RGB value is (65,129,40). Sum of RGB (Red+Green+Blue) = 65+129+40=234 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.78% from 234); Green value is 129 (50.78% from 255 or 55.13% from 234); Blue value is 40 (16.02% from 255 or 17.09% from 234); Max value from RGB is 129 - color contains mainly: green. Hex color #418128 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418128 is #BE7ED7. Grayscale: #646464. Windows color (decimal): -12484312 or 2654529. OLE color: 2654529.

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

Color convert

RGB6512940-
CMYK0.5000.690.49
HSL103.15º52.66%33.14%-
HSV(B)103.15º68.99%50.59%-
XYZ10.4116.984.74-
YUV99.7294.3103.24-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.78%
GREEN value IS 129 (50.78% from 255) = 55.13%
BLUE value IS 40 (16.02% from 255) = 17.09%
R=27.78%
G=55.13%
B=17.09%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal65129400.5000.690.49103.1552.6633.14
Hex4181283204531673521
Octal10120150620105611476541
Binary100000110000001101000110010010001011100011100111110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418128; }

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

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

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

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

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

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

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

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