#448412

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

Shades of Bilbao #448412

Tints of Bilbao #448412

Color information

#448412 (or 0x448412) is unknown color: approx Bilbao. HEX triplet: 44, 84 and 12. RGB value is (68,132,18). Sum of RGB (Red+Green+Blue) = 68+132+18=218 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.19% from 218); Green value is 132 (51.95% from 255 or 60.55% from 218); Blue value is 18 (7.42% from 255 or 8.26% from 218); Max value from RGB is 132 - color contains mainly: green. Hex color #448412 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #448412 is #BB7BED. Grayscale: #646464. Windows color (decimal): -12286958 or 1213508. OLE color: 1213508.

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

Color convert

RGB6813218-
CMYK0.4800.860.48
HSL93.68º76%29.41%-
HSV(B)93.68º86.36%51.76%-
XYZ10.7417.783.44-
YUV99.8781.8105.27-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.19%
GREEN value IS 132 (51.95% from 255) = 60.55%
BLUE value IS 18 (7.42% from 255) = 8.26%
R=31.19%
G=60.55%
B=8.26%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal68132180.4800.860.4893.687629.41
Hex44841230056305e4c1d
Octal104204226001266013611435
Binary10001001000010010010110000010101101100001011110100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448412; }

 p { color: rgb(68,132,18); }

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

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

 a { background-color: rgb(68,132,18); }

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

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

 span { border-color: rgb(68,132,18); }

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