Html Css Color HEX #488001 Bilbao

📋 copy color: '#488001'

red 72 ◦ green 128 ◦ blue 1

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

Shades of Bilbao #488001

Tints of Bilbao #488001

RGB

 RED value IS 72 (28.52% from 255) = 35.82%

 GREEN value IS 128 (50.39% from 255) = 63.68%

 BLUE value IS 1 (0.78% from 255) = 0.5%

R = 35.82%
G = 63.68%
B = 0.5%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.99

 K value IS 0.50

RGB Variations

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

Color information

#488001 (or 0x488001) is known color: Bilbao. HEX triplet: 48, 80 and 01. RGB value is (72,128,1). Sum of RGB (Red+Green+Blue) = 72+128+1=201 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.82% from 201); Green value is 128 (50.39% from 255 or 63.68% from 201); Blue value is 1 (0.78% from 255 or 0.50% from 201); Max value from RGB is 128 - color contains mainly: green. Hex color #488001 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488001 is #B77FFE. Grayscale: #616161. Windows color (decimal): -12025855 or 98376. OLE color: 98376.

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

Color convert

RGB 72 128 1 -
CMYK 0.44 0 0.99 0.50
HSL 86.46º 0.98% 0.25% -
HSV(B) 86.46º 0.99% 0.5% -
XYZ 10.4 16.82 2.73 -
YUV 96.78 73.95 110.33 -
System Red Green Blue C M Y K H S L
Decimal 72 128 1 0.44 0 0.99 0.50 86.46 0.98 0.25
Hex 48 80 1 2C 0 63 32 56 62 19
Octal 110 200 1 54 0 143 62 126 142 31
Binary 1001000 10000000 1 101100 0 1100011 110010 1010110 1100010 11001

Color Harmonies of #488001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488001

Black with #488001

Text Example


Text Example

White with #488001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488001; }

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

 H1.HeaderClassName
 {
   color: #488001;
 }
 .AnyTagClassName
 {
   color: #488001;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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