#448A03

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

Shades of Bilbao #448A03

Tints of Bilbao #448A03

Color information

#448A03 (or 0x448A03) is unknown color: approx Bilbao. HEX triplet: 44, 8A and 03. RGB value is (68,138,3). Sum of RGB (Red+Green+Blue) = 68+138+3=209 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.54% from 209); Green value is 138 (54.30% from 255 or 66.03% from 209); Blue value is 3 (1.56% from 255 or 1.44% from 209); Max value from RGB is 138 - color contains mainly: green. Hex color #448A03 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #448A03 is #BB75FC. Grayscale: #666666. Windows color (decimal): -12285437 or 232004. OLE color: 232004.

HSL color Cylindrical-coordinate representation of color #448A03: hue angle of 91.11º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #448A03 is Cyan = 0.51, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.46.

Color convert

RGB681383-
CMYK0.5100.980.46
HSL91.11º95.74%27.65%-
HSV(B)91.11º97.83%54.12%-
XYZ11.4919.413.23-
YUV101.6872.31103.98-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.54%
GREEN value IS 138 (54.30% from 255) = 66.03%
BLUE value IS 3 (1.56% from 255) = 1.44%
R=32.54%
G=66.03%
B=1.44%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal6813830.5100.980.4691.1195.7427.65
Hex448A3330622E5b601c
Octal10421236301425613314034
Binary10001001000101011110011011000101011101011011110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448A03; }

 p { color: rgb(68,138,3); }

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

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

 a { background-color: rgb(68,138,3); }

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

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

 span { border-color: rgb(68,138,3); }

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