Html Css Color HEX #488200 Bilbao

📋 copy color: '#488200'

red 72 ◦ green 130 ◦ blue 0

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

Shades of Bilbao #488200

Tints of Bilbao #488200

RGB

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

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

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

R = 35.64%
G = 64.36%
B = 0%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#488200 (or 0x488200) is known color: Bilbao. HEX triplet: 48, 82 and 00. RGB value is (72,130,0). Sum of RGB (Red+Green+Blue) = 72+130+0=202 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.64% from 202); Green value is 130 (51.17% from 255 or 64.36% from 202); Blue value is 0 (0.39% from 255 or 0% from 202); Max value from RGB is 130 - color contains mainly: green. Hex color #488200 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488200 is #B77DFF. Grayscale: #626262. Windows color (decimal): -12025344 or 33352. OLE color: 33352.

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

Color convert

RGB 72 130 0 -
CMYK 0.45 0 1 0.49
HSL 86.77º 1% 0.25% -
HSV(B) 86.77º 1% 0.51% -
XYZ 10.66 17.34 2.79 -
YUV 97.84 72.78 109.57 -
System Red Green Blue C M Y K H S L
Decimal 72 130 0 0.45 0 1 0.49 86.77 1 0.25
Hex 48 82 0 2D 0 64 31 57 64 19
Octal 110 202 0 55 0 144 61 127 144 31
Binary 1001000 10000010 0 101101 0 1100100 110001 1010111 1100100 11001

Color Harmonies of #488200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488200

Black with #488200

Text Example


Text Example

White with #488200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488200; }

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

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

background-color css

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

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

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

border-color css

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

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

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