#448A00

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

Shades of Bilbao #448A00

Tints of Bilbao #448A00

Color information

#448A00 (or 0x448A00) is unknown color: approx Bilbao. HEX triplet: 44, 8A and 00. RGB value is (68,138,0). Sum of RGB (Red+Green+Blue) = 68+138+0=206 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.01% from 206); Green value is 138 (54.30% from 255 or 66.99% from 206); Blue value is 0 (0.39% from 255 or 0% from 206); Max value from RGB is 138 - color contains mainly: green. Hex color #448A00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #448A00 is #BB75FF. Grayscale: #656565. Windows color (decimal): -12285440 or 35396. OLE color: 35396.

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

Color convert

RGB681380-
CMYK0.51010.46
HSL90.43º100%27.06%-
HSV(B)90.43º100%54.12%-
XYZ11.4719.413.14-
YUV101.3470.81104.22-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.01%
GREEN value IS 138 (54.30% from 255) = 66.99%
BLUE value IS 0 (0.39% from 255) = 0%
R=33.01%
G=66.99%
B=0%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal6813800.51010.4690.4310027.06
Hex448A0330642E5a641b
Octal10421206301445613214433
Binary1000100100010100110011011001001011101011010110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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