Html Css Color HEX #488500 Bilbao

📋 copy color: '#488500'

red 72 ◦ green 133 ◦ blue 0

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

Shades of Bilbao #488500

Tints of Bilbao #488500

RGB

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

 GREEN value IS 133 (52.34% from 255) = 64.88%

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

R = 35.12%
G = 64.88%
B = 0%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#488500 (or 0x488500) is known color: Bilbao. HEX triplet: 48, 85 and 00. RGB value is (72,133,0). Sum of RGB (Red+Green+Blue) = 72+133+0=205 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.12% from 205); Green value is 133 (52.34% from 255 or 64.88% from 205); Blue value is 0 (0.39% from 255 or 0% from 205); Max value from RGB is 133 - color contains mainly: green. Hex color #488500 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488500 is #B77AFF. Grayscale: #646464. Windows color (decimal): -12024576 or 34120. OLE color: 34120.

HSL color Cylindrical-coordinate representation of color #488500: hue angle of 87.52º 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 #488500 is Cyan = 0.46, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.48.

Color convert

RGB 72 133 0 -
CMYK 0.46 0 1 0.48
HSL 87.52º 1% 0.26% -
HSV(B) 87.52º 1% 0.52% -
XYZ 11.06 18.15 2.92 -
YUV 99.6 71.79 108.31 -
System Red Green Blue C M Y K H S L
Decimal 72 133 0 0.46 0 1 0.48 87.52 1 0.26
Hex 48 85 0 2E 0 64 30 58 64 1A
Octal 110 205 0 56 0 144 60 130 144 32
Binary 1001000 10000101 0 101110 0 1100100 110000 1011000 1100100 11010

Color Harmonies of #488500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488500

Black with #488500

Text Example


Text Example

White with #488500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488500; }

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

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

background-color css

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

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

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

border-color css

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

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

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