Html Css Color HEX #488219 Bilbao

📋 copy color: '#488219'

red 72 ◦ green 130 ◦ blue 25

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

Shades of Bilbao #488219

Tints of Bilbao #488219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 11.01%

R = 31.72%
G = 57.27%
B = 11.01%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#488219 (or 0x488219) is known color: Bilbao. HEX triplet: 48, 82 and 19. RGB value is (72,130,25). Sum of RGB (Red+Green+Blue) = 72+130+25=227 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.72% from 227); Green value is 130 (51.17% from 255 or 57.27% from 227); Blue value is 25 (10.16% from 255 or 11.01% from 227); Max value from RGB is 130 - color contains mainly: green. Hex color #488219 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488219 is #B77DE6. Grayscale: #656565. Windows color (decimal): -12025319 or 1671752. OLE color: 1671752.

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

Color convert

RGB 72 130 25 -
CMYK 0.45 0 0.81 0.49
HSL 93.14º 0.68% 0.3% -
HSV(B) 93.14º 0.81% 0.51% -
XYZ 10.83 17.41 3.71 -
YUV 100.69 85.28 107.54 -
System Red Green Blue C M Y K H S L
Decimal 72 130 25 0.45 0 0.81 0.49 93.14 0.68 0.3
Hex 48 82 19 2D 0 51 31 5D 44 1E
Octal 110 202 31 55 0 121 61 135 104 36
Binary 1001000 10000010 11001 101101 0 1010001 110001 1011101 1000100 11110

Color Harmonies of #488219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488219

Black with #488219

Text Example


Text Example

White with #488219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488219; }

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

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

background-color css

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

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

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

border-color css

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

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

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