Html Css Color HEX #488404 Bilbao

📋 copy color: '#488404'

red 72 ◦ green 132 ◦ blue 4

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

Shades of Bilbao #488404

Tints of Bilbao #488404

RGB

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

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

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

R = 34.62%
G = 63.46%
B = 1.92%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.97

 K value IS 0.48

RGB Variations

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

Color information

#488404 (or 0x488404) is known color: Bilbao. HEX triplet: 48, 84 and 04. RGB value is (72,132,4). Sum of RGB (Red+Green+Blue) = 72+132+4=208 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.62% from 208); Green value is 132 (51.95% from 255 or 63.46% from 208); Blue value is 4 (1.95% from 255 or 1.92% from 208); Max value from RGB is 132 - color contains mainly: green. Hex color #488404 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488404 is #B77BFB. Grayscale: #636363. Windows color (decimal): -12024828 or 296008. OLE color: 296008.

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

Color convert

RGB 72 132 4 -
CMYK 0.45 0 0.97 0.48
HSL 88.13º 0.94% 0.27% -
HSV(B) 88.13º 0.97% 0.52% -
XYZ 10.95 17.89 2.99 -
YUV 99.47 74.12 108.41 -
System Red Green Blue C M Y K H S L
Decimal 72 132 4 0.45 0 0.97 0.48 88.13 0.94 0.27
Hex 48 84 4 2D 0 61 30 58 5E 1B
Octal 110 204 4 55 0 141 60 130 136 33
Binary 1001000 10000100 100 101101 0 1100001 110000 1011000 1011110 11011

Color Harmonies of #488404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488404

Black with #488404

Text Example


Text Example

White with #488404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488404; }

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

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

background-color css

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

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

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

border-color css

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

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

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