Html Css Color HEX #488600 Bilbao

📋 copy color: '#488600'

red 72 ◦ green 134 ◦ blue 0

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

Shades of Bilbao #488600

Tints of Bilbao #488600

RGB

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

 GREEN value IS 134 (52.73% from 255) = 65.05%

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

R = 34.95%
G = 65.05%
B = 0%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#488600 (or 0x488600) is known color: Bilbao. HEX triplet: 48, 86 and 00. RGB value is (72,134,0). Sum of RGB (Red+Green+Blue) = 72+134+0=206 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.95% from 206); Green value is 134 (52.73% from 255 or 65.05% from 206); Blue value is 0 (0.39% from 255 or 0% from 206); Max value from RGB is 134 - color contains mainly: green. Hex color #488600 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488600 is #B779FF. Grayscale: #646464. Windows color (decimal): -12024320 or 34376. OLE color: 34376.

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

Color convert

RGB 72 134 0 -
CMYK 0.46 0 1 0.47
HSL 87.76º 1% 0.26% -
HSV(B) 87.76º 1% 0.53% -
XYZ 11.2 18.43 2.97 -
YUV 100.19 71.46 107.9 -
System Red Green Blue C M Y K H S L
Decimal 72 134 0 0.46 0 1 0.47 87.76 1 0.26
Hex 48 86 0 2E 0 64 2F 58 64 1A
Octal 110 206 0 56 0 144 57 130 144 32
Binary 1001000 10000110 0 101110 0 1100100 101111 1011000 1100100 11010

Color Harmonies of #488600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488600

Black with #488600

Text Example


Text Example

White with #488600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488600; }

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

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

background-color css

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

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

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

border-color css

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

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

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