#448513

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

Shades of Bilbao #448513

Tints of Bilbao #448513

Color information

#448513 (or 0x448513) is unknown color: approx Bilbao. HEX triplet: 44, 85 and 13. RGB value is (68,133,19). Sum of RGB (Red+Green+Blue) = 68+133+19=220 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.91% from 220); Green value is 133 (52.34% from 255 or 60.45% from 220); Blue value is 19 (7.81% from 255 or 8.64% from 220); Max value from RGB is 133 - color contains mainly: green. Hex color #448513 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #448513 is #BB7AEC. Grayscale: #646464. Windows color (decimal): -12286701 or 1279300. OLE color: 1279300.

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

Color convert

RGB6813319-
CMYK0.4900.860.48
HSL94.21º75%29.8%-
HSV(B)94.21º85.71%52.16%-
XYZ10.8918.053.53-
YUV100.5781.97104.77-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.91%
GREEN value IS 133 (52.34% from 255) = 60.45%
BLUE value IS 19 (7.81% from 255) = 8.64%
R=30.91%
G=60.45%
B=8.64%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal68133190.4900.860.4894.217529.8
Hex44851331056305e4b1e
Octal104205236101266013611336
Binary10001001000010110011110001010101101100001011110100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448513; }

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

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

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

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

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

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

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

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