#448200

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

Shades of Bilbao #448200

Tints of Bilbao #448200

Color information

#448200 (or 0x448200) is unknown color: approx Bilbao. HEX triplet: 44, 82 and 00. RGB value is (68,130,0). Sum of RGB (Red+Green+Blue) = 68+130+0=198 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.34% from 198); Green value is 130 (51.17% from 255 or 65.66% from 198); Blue value is 0 (0.39% from 255 or 0% from 198); Max value from RGB is 130 - color contains mainly: green. Hex color #448200 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #448200 is #BB7DFF. Grayscale: #616161. Windows color (decimal): -12287488 or 33348. OLE color: 33348.

HSL color Cylindrical-coordinate representation of color #448200: hue angle of 88.62º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #448200 is Cyan = 0.48, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB681300-
CMYK0.48010.49
HSL88.62º100%25.49%-
HSV(B)88.62º100%50.98%-
XYZ10.3717.192.77-
YUV96.6473.46107.57-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 34.34%
GREEN value IS 130 (51.17% from 255) = 65.66%
BLUE value IS 0 (0.39% from 255) = 0%
R=34.34%
G=65.66%
B=0%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6813000.48010.4988.6210025.49
Hex448203006431596419
Octal10420206001446113114431
Binary1000100100000100110000011001001100011011001110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448200; }

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

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

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

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

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

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

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

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