Html Css Color HEX #488400 Bilbao

📋 copy color: '#488400'

red 72 ◦ green 132 ◦ blue 0

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

Shades of Bilbao #488400

Tints of Bilbao #488400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 35.29%
G = 64.71%
B = 0%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#488400 (or 0x488400) is known color: Bilbao. HEX triplet: 48, 84 and 00. RGB value is (72,132,0). Sum of RGB (Red+Green+Blue) = 72+132+0=204 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.29% from 204); Green value is 132 (51.95% from 255 or 64.71% from 204); Blue value is 0 (0.39% from 255 or 0% from 204); Max value from RGB is 132 - color contains mainly: green. Hex color #488400 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488400 is #B77BFF. Grayscale: #636363. Windows color (decimal): -12024832 or 33864. OLE color: 33864.

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

Color convert

RGB 72 132 0 -
CMYK 0.45 0 1 0.48
HSL 87.27º 1% 0.26% -
HSV(B) 87.27º 1% 0.52% -
XYZ 10.92 17.88 2.88 -
YUV 99.01 72.12 108.73 -
System Red Green Blue C M Y K H S L
Decimal 72 132 0 0.45 0 1 0.48 87.27 1 0.26
Hex 48 84 0 2D 0 64 30 57 64 1A
Octal 110 204 0 55 0 144 60 127 144 32
Binary 1001000 10000100 0 101101 0 1100100 110000 1010111 1100100 11010

Color Harmonies of #488400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488400

Black with #488400

Text Example


Text Example

White with #488400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488400; }

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

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

background-color css

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

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

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

border-color css

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

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

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