#448802

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

Shades of Bilbao #448802

Tints of Bilbao #448802

Color information

#448802 (or 0x448802) is unknown color: approx Bilbao. HEX triplet: 44, 88 and 02. RGB value is (68,136,2). Sum of RGB (Red+Green+Blue) = 68+136+2=206 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.01% from 206); Green value is 136 (53.52% from 255 or 66.02% from 206); Blue value is 2 (1.17% from 255 or 0.97% from 206); Max value from RGB is 136 - color contains mainly: green. Hex color #448802 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #448802 is #BB77FD. Grayscale: #646464. Windows color (decimal): -12285950 or 165956. OLE color: 165956.

HSL color Cylindrical-coordinate representation of color #448802: hue angle of 90.45º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #448802 is Cyan = 0.50, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB681362-
CMYK0.5000.990.47
HSL90.45º97.1%27.06%-
HSV(B)90.45º98.53%53.33%-
XYZ11.218.843.1-
YUV100.3972.47104.9-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.01%
GREEN value IS 136 (53.52% from 255) = 66.02%
BLUE value IS 2 (1.17% from 255) = 0.97%
R=33.01%
G=66.02%
B=0.97%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal6813620.5000.990.4790.4597.127.06
Hex44882320632F5a611b
Octal10421026201435713214133
Binary10001001000100010110010011000111011111011010110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448802; }

 p { color: rgb(68,136,2); }

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

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

 a { background-color: rgb(68,136,2); }

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

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

 span { border-color: rgb(68,136,2); }

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