Html Css Color HEX #488003 Bilbao

📋 copy color: '#488003'

red 72 ◦ green 128 ◦ blue 3

#488003
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bilbao #488003

Tints of Bilbao #488003

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 value IS 0.44

 M value IS 0

 Y value IS 0.98

 K value IS 0.50

RGB Variations

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

Color information

#488003 (or 0x488003) is known color: 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

RGB 72 128 3 -
CMYK 0.44 0 0.98 0.50
HSL 86.88º 0.95% 0.26% -
HSV(B) 86.88º 0.98% 0.5% -
XYZ 10.41 16.82 2.78 -
YUV 97.01 74.95 110.16 -
System Red Green Blue C M Y K H S L
Decimal 72 128 3 0.44 0 0.98 0.50 86.88 0.95 0.26
Hex 48 80 3 2C 0 62 32 57 5F 1A
Octal 110 200 3 54 0 142 62 127 137 32
Binary 1001000 10000000 11 101100 0 1100010 110010 1010111 1011111 11010

Color Harmonies of #488003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488003

Black with #488003

Text Example


Text Example

White with #488003

Text Example


Text Example

HTML Codes & Css Web 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>