Html Css Color HEX #488401 Bilbao

📋 copy color: '#488401'

red 72 ◦ green 132 ◦ blue 1

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

Shades of Bilbao #488401

Tints of Bilbao #488401

RGB

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

 GREEN value IS 132 (51.95% from 255) = 64.39%

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

R = 35.12%
G = 64.39%
B = 0.49%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#488401 (or 0x488401) is known color: Bilbao. HEX triplet: 48, 84 and 01. RGB value is (72,132,1). Sum of RGB (Red+Green+Blue) = 72+132+1=205 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.12% from 205); Green value is 132 (51.95% from 255 or 64.39% from 205); Blue value is 1 (0.78% from 255 or 0.49% from 205); Max value from RGB is 132 - color contains mainly: green. Hex color #488401 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488401 is #B77BFE. Grayscale: #636363. Windows color (decimal): -12024831 or 99400. OLE color: 99400.

HSL color Cylindrical-coordinate representation of color #488401: hue angle of 87.48º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #488401 is Cyan = 0.45, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.48.

Color convert

RGB 72 132 1 -
CMYK 0.45 0 0.99 0.48
HSL 87.48º 0.98% 0.26% -
HSV(B) 87.48º 0.99% 0.52% -
XYZ 10.93 17.88 2.9 -
YUV 99.13 72.62 108.65 -
System Red Green Blue C M Y K H S L
Decimal 72 132 1 0.45 0 0.99 0.48 87.48 0.98 0.26
Hex 48 84 1 2D 0 63 30 57 62 1A
Octal 110 204 1 55 0 143 60 127 142 32
Binary 1001000 10000100 1 101101 0 1100011 110000 1010111 1100010 11010

Color Harmonies of #488401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488401

Black with #488401

Text Example


Text Example

White with #488401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488401; }

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

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

background-color css

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

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

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

border-color css

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

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

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