Html Css Color HEX #488204 Bilbao

📋 copy color: '#488204'

red 72 ◦ green 130 ◦ blue 4

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

Shades of Bilbao #488204

Tints of Bilbao #488204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.94%

R = 34.95%
G = 63.11%
B = 1.94%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.97

 K value IS 0.49

RGB Variations

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

Color information

#488204 (or 0x488204) is known color: Bilbao. HEX triplet: 48, 82 and 04. RGB value is (72,130,4). Sum of RGB (Red+Green+Blue) = 72+130+4=206 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.95% from 206); Green value is 130 (51.17% from 255 or 63.11% from 206); Blue value is 4 (1.95% from 255 or 1.94% from 206); Max value from RGB is 130 - color contains mainly: green. Hex color #488204 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488204 is #B77DFB. Grayscale: #626262. Windows color (decimal): -12025340 or 295496. OLE color: 295496.

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

Color convert

RGB 72 130 4 -
CMYK 0.45 0 0.97 0.49
HSL 87.62º 0.94% 0.26% -
HSV(B) 87.62º 0.97% 0.51% -
XYZ 10.68 17.35 2.9 -
YUV 98.29 74.78 109.25 -
System Red Green Blue C M Y K H S L
Decimal 72 130 4 0.45 0 0.97 0.49 87.62 0.94 0.26
Hex 48 82 4 2D 0 61 31 58 5E 1A
Octal 110 202 4 55 0 141 61 130 136 32
Binary 1001000 10000010 100 101101 0 1100001 110001 1011000 1011110 11010

Color Harmonies of #488204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488204

Black with #488204

Text Example


Text Example

White with #488204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488204; }

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

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

background-color css

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

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

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

border-color css

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

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

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