#448615

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

Shades of Bilbao #448615

Tints of Bilbao #448615

Color information

#448615 (or 0x448615) is unknown color: approx Bilbao. HEX triplet: 44, 86 and 15. RGB value is (68,134,21). Sum of RGB (Red+Green+Blue) = 68+134+21=223 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.49% from 223); Green value is 134 (52.73% from 255 or 60.09% from 223); Blue value is 21 (8.59% from 255 or 9.42% from 223); Max value from RGB is 134 - color contains mainly: green. Hex color #448615 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #448615 is #BB79EA. Grayscale: #656565. Windows color (decimal): -12286443 or 1410628. OLE color: 1410628.

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

Color convert

RGB6813421-
CMYK0.4900.840.47
HSL95.04º72.9%30.39%-
HSV(B)95.04º84.33%52.55%-
XYZ11.0418.333.67-
YUV101.3882.63104.19-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.49%
GREEN value IS 134 (52.73% from 255) = 60.09%
BLUE value IS 21 (8.59% from 255) = 9.42%
R=30.49%
G=60.09%
B=9.42%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal68134210.4900.840.4795.0472.930.39
Hex448615310542F5f491e
Octal104206256101245713711136
Binary10001001000011010101110001010101001011111011111100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448615; }

 p { color: rgb(68,134,21); }

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

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

 a { background-color: rgb(68,134,21); }

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

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

 span { border-color: rgb(68,134,21); }

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