#448B00

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

Shades of Bilbao #448B00

Tints of Bilbao #448B00

Color information

#448B00 (or 0x448B00) is unknown color: approx Bilbao. HEX triplet: 44, 8B and 00. RGB value is (68,139,0). Sum of RGB (Red+Green+Blue) = 68+139+0=207 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.85% from 207); Green value is 139 (54.69% from 255 or 67.15% from 207); Blue value is 0 (0.39% from 255 or 0% from 207); Max value from RGB is 139 - color contains mainly: green. Hex color #448B00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #448B00 is #BB74FF. Grayscale: #666666. Windows color (decimal): -12285184 or 35652. OLE color: 35652.

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

Color convert

RGB681390-
CMYK0.51010.45
HSL90.65º100%27.25%-
HSV(B)90.65º100%54.51%-
XYZ11.6219.693.19-
YUV101.9270.48103.8-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.85%
GREEN value IS 139 (54.69% from 255) = 67.15%
BLUE value IS 0 (0.39% from 255) = 0%
R=32.85%
G=67.15%
B=0%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal6813900.51010.4590.6510027.25
Hex448B0330642D5b641b
Octal10421306301445513314433
Binary1000100100010110110011011001001011011011011110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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