#488003

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

Shades of Bilbao #488003

Tints of Bilbao #488003

Color information

#488003 (or 0x488003) is unknown color: approx Bilbao. HEX triplet: 48, 80 and 03. RGB value is (72,128,3). Sum of RGB (Red+Green+Blue) = 72+128+3=203 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.47% from 203); Green value is 128 (50.39% from 255 or 63.05% from 203); Blue value is 3 (1.56% from 255 or 1.48% from 203); Max value from RGB is 128 - color contains mainly: green. Hex color #488003 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488003 is #B77FFC. Grayscale: #616161. Windows color (decimal): -12025853 or 229448. OLE color: 229448.

HSL color Cylindrical-coordinate representation of color #488003: hue angle of 86.88º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #488003 is Cyan = 0.44, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.50.

Color convert

RGB721283-
CMYK0.4400.980.50
HSL86.88º95.42%25.69%-
HSV(B)86.88º97.66%50.2%-
XYZ10.4116.822.78-
YUV97.0174.95110.16-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.47%
GREEN value IS 128 (50.39% from 255) = 63.05%
BLUE value IS 3 (1.56% from 255) = 1.48%
R=35.47%
G=63.05%
B=1.48%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal7212830.4400.980.5086.8895.4225.69
Hex488032C06232575f1a
Octal11020035401426212713732
Binary10010001000000011101100011000101100101010111101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488003; }

 p { color: rgb(72,128,3); }

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

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

 a { background-color: rgb(72,128,3); }

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

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

 span { border-color: rgb(72,128,3); }

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