Html Css Color HEX #488201 Bilbao

📋 copy color: '#488201'

red 72 ◦ green 130 ◦ blue 1

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

Shades of Bilbao #488201

Tints of Bilbao #488201

RGB

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

 GREEN value IS 130 (51.17% from 255) = 64.04%

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

R = 35.47%
G = 64.04%
B = 0.49%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#488201 (or 0x488201) is known color: Bilbao. HEX triplet: 48, 82 and 01. RGB value is (72,130,1). Sum of RGB (Red+Green+Blue) = 72+130+1=203 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.47% from 203); Green value is 130 (51.17% from 255 or 64.04% from 203); Blue value is 1 (0.78% from 255 or 0.49% from 203); Max value from RGB is 130 - color contains mainly: green. Hex color #488201 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488201 is #B77DFE. Grayscale: #626262. Windows color (decimal): -12025343 or 98888. OLE color: 98888.

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

Color convert

RGB 72 130 1 -
CMYK 0.45 0 0.99 0.49
HSL 86.98º 0.98% 0.26% -
HSV(B) 86.98º 0.99% 0.51% -
XYZ 10.66 17.35 2.81 -
YUV 97.95 73.28 109.49 -
System Red Green Blue C M Y K H S L
Decimal 72 130 1 0.45 0 0.99 0.49 86.98 0.98 0.26
Hex 48 82 1 2D 0 63 31 57 62 1A
Octal 110 202 1 55 0 143 61 127 142 32
Binary 1001000 10000010 1 101101 0 1100011 110001 1010111 1100010 11010

Color Harmonies of #488201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488201

Black with #488201

Text Example


Text Example

White with #488201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488201; }

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

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

background-color css

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

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

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

border-color css

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

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

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