#448508

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

Shades of Bilbao #448508

Tints of Bilbao #448508

Color information

#448508 (or 0x448508) is unknown color: approx Bilbao. HEX triplet: 44, 85 and 08. RGB value is (68,133,8). Sum of RGB (Red+Green+Blue) = 68+133+8=209 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.54% from 209); Green value is 133 (52.34% from 255 or 63.64% from 209); Blue value is 8 (3.52% from 255 or 3.83% from 209); Max value from RGB is 133 - color contains mainly: green. Hex color #448508 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #448508 is #BB7AF7. Grayscale: #636363. Windows color (decimal): -12286712 or 558404. OLE color: 558404.

HSL color Cylindrical-coordinate representation of color #448508: hue angle of 91.2º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #448508 is Cyan = 0.49, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.48.

Color convert

RGB681338-
CMYK0.4900.940.48
HSL91.2º88.65%27.65%-
HSV(B)91.2º93.98%52.16%-
XYZ10.8218.023.14-
YUV99.3276.47105.66-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.54%
GREEN value IS 133 (52.34% from 255) = 63.64%
BLUE value IS 8 (3.52% from 255) = 3.83%
R=32.54%
G=63.64%
B=3.83%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal6813380.4900.940.4891.288.6527.65
Hex448583105E305b591c
Octal104205106101366013313134
Binary1000100100001011000110001010111101100001011011101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448508; }

 p { color: rgb(68,133,8); }

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

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

 a { background-color: rgb(68,133,8); }

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

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

 span { border-color: rgb(68,133,8); }

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