#448613

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

Shades of Bilbao #448613

Tints of Bilbao #448613

Color information

#448613 (or 0x448613) is unknown color: approx Bilbao. HEX triplet: 44, 86 and 13. RGB value is (68,134,19). Sum of RGB (Red+Green+Blue) = 68+134+19=221 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.77% from 221); Green value is 134 (52.73% from 255 or 60.63% from 221); Blue value is 19 (7.81% from 255 or 8.60% from 221); Max value from RGB is 134 - color contains mainly: green. Hex color #448613 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #448613 is #BB79EC. Grayscale: #656565. Windows color (decimal): -12286445 or 1279556. OLE color: 1279556.

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

Color convert

RGB6813419-
CMYK0.4900.860.47
HSL94.43º75.16%30%-
HSV(B)94.43º85.82%52.55%-
XYZ11.0318.333.57-
YUV101.1681.63104.35-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.77%
GREEN value IS 134 (52.73% from 255) = 60.63%
BLUE value IS 19 (7.81% from 255) = 8.60%
R=30.77%
G=60.63%
B=8.60%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal68134190.4900.860.4794.4375.1630
Hex448613310562F5e4b1e
Octal104206236101265713611336
Binary10001001000011010011110001010101101011111011110100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448613; }

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

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

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

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

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

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

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

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