#448226

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

Shades of Bilbao #448226

Tints of Bilbao #448226

Color information

#448226 (or 0x448226) is unknown color: approx Bilbao. HEX triplet: 44, 82 and 26. RGB value is (68,130,38). Sum of RGB (Red+Green+Blue) = 68+130+38=236 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.81% from 236); Green value is 130 (51.17% from 255 or 55.08% from 236); Blue value is 38 (15.23% from 255 or 16.10% from 236); Max value from RGB is 130 - color contains mainly: green. Hex color #448226 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448226 is #BB7DD9. Grayscale: #656565. Windows color (decimal): -12287450 or 2523716. OLE color: 2523716.

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

Color convert

RGB6813038-
CMYK0.4800.710.49
HSL100.43º54.76%32.94%-
HSV(B)100.43º70.77%50.98%-
XYZ10.7217.334.61-
YUV100.9792.46104.48-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.81%
GREEN value IS 130 (51.17% from 255) = 55.08%
BLUE value IS 38 (15.23% from 255) = 16.10%
R=28.81%
G=55.08%
B=16.10%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal68130380.4800.710.49100.4354.7632.94
Hex4482263004731643721
Octal10420246600107611446741
Binary100010010000010100110110000010001111100011100100110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448226; }

 p { color: rgb(68,130,38); }

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

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

 a { background-color: rgb(68,130,38); }

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

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

 span { border-color: rgb(68,130,38); }

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