#418221

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

Shades of Bilbao #418221

Tints of Bilbao #418221

Color information

#418221 (or 0x418221) is unknown color: approx Bilbao. HEX triplet: 41, 82 and 21. RGB value is (65,130,33). Sum of RGB (Red+Green+Blue) = 65+130+33=228 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.51% from 228); Green value is 130 (51.17% from 255 or 57.02% from 228); Blue value is 33 (13.28% from 255 or 14.47% from 228); Max value from RGB is 130 - color contains mainly: green. Hex color #418221 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418221 is #BE7DDE. Grayscale: #636363. Windows color (decimal): -12484063 or 2196033. OLE color: 2196033.

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

Color convert

RGB6513033-
CMYK0.5000.750.49
HSL100.21º59.51%31.96%-
HSV(B)100.21º74.62%50.98%-
XYZ10.4417.24.21-
YUV99.5190.47103.39-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.51%
GREEN value IS 130 (51.17% from 255) = 57.02%
BLUE value IS 33 (13.28% from 255) = 14.47%
R=28.51%
G=57.02%
B=14.47%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal65130330.5000.750.49100.2159.5131.96
Hex4182213204B31643c20
Octal10120241620113611447440
Binary100000110000010100001110010010010111100011100100111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418221; }

 p { color: rgb(65,130,33); }

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

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

 a { background-color: rgb(65,130,33); }

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

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

 span { border-color: rgb(65,130,33); }

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